Main Page | File List

src/process_args.h

00001 /* 00002 * The Vilsack Governor 00003 * 00004 * process_args.h 00005 * Header file for processing args. 00006 * 00007 00008 Copyright (C) 2004 Joseph Pingenot 00009 00010 This library is free software; you can redistribute it and/or 00011 modify it under the terms of the GNU Lesser General Public 00012 License as published by the Free Software Foundation; either 00013 version 2.1 of the License, or (at your option) any later 00014 version. 00015 00016 This library is distributed in the hope that it will be useful, 00017 but WITHOUT ANY WARRANTY; without even the implied warranty of 00018 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00019 Lesser General Public License for more details. 00020 00021 You should have received a copy of the GNU Lesser General Public 00022 License along with this library; if not, write to the Free Software 00023 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00024 00025 */ 00026 00027 struct vsgov_args { 00028 int help; /*Set to 1 if user wants help*/ 00029 } 00030 00031 00032 /*Call this to process the args!*/ 00033 struct vsgov_args* process_args(int argc, const char *argv[]);

Generated on Thu Dec 30 21:48:53 2004 for The Versatile Governor by doxygen 1.3.8