X-Git-Url: http://pileus.org/git/?p=lackey;a=blobdiff_plain;f=src%2Fargs.h;fp=src%2Fargs.h;h=cca1b5e4a3273ea7cd75a8438244b33f5ecbafb4;hp=0000000000000000000000000000000000000000;hb=a10db2328b82791a75bf7d8a97273e6402e62f17;hpb=8a25ed009d64fc7a49a3e4d0e44ea2ee91ddf01d diff --git a/src/args.h b/src/args.h new file mode 100644 index 0000000..cca1b5e --- /dev/null +++ b/src/args.h @@ -0,0 +1,20 @@ +/* + * Copyright (C) 2016 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 . + */ + +/* Functions */ +void args_setup(int argc, char **argv); +void args_init(void);