]> Pileus Git - lackey/blobdiff - src/conf.h
Add args and usage output
[lackey] / src / conf.h
index ab2c8855f5d07c64a60c594b12ec3795f9941e01..b716cf6b2140d5954667110f4209c629f638d416 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * Copyright (C) 2013 Andy Spencer <andy753421@gmail.com>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
@@ -40,6 +40,6 @@ void set_name(const char *group, const char *name,
                const char *value);
 
 /* Functions */
-void conf_setup(int argc, char **argv, const char *name, parser_t parser);
+void conf_setup(const char *name, parser_t parser);
 void conf_init(void);
 void conf_sync(void);