X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fconf.h;h=f7652222d5d76ca4cabef06d916ad469ba3904f6;hp=ab2c8855f5d07c64a60c594b12ec3795f9941e01;hb=7edd7d3a9f0bdaaa8df9f68a73f7c84e2b514ce6;hpb=2b8964c94d39fc6d888e0b274cfb9fbe59424c1c diff --git a/src/conf.h b/src/conf.h index ab2c885..f765222 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,16 +1,16 @@ /* * Copyright (C) 2013 Andy Spencer - * + * * 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 . */ @@ -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_init(void); +void conf_setup(const char *name, parser_t parser); +void conf_start(void); void conf_sync(void);