diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2018-04-22 05:47:33 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2018-04-22 05:47:33 +0300 |
commit | eeca7f0151d85d563d1db229e3b7ca936323ffa2 (patch) | |
tree | 32e57172bd786daed9ac4251b3c5edf09c49d242 /src/argumentparser.h | |
parent | 3560d8be4b833e888e8386a3dc641fa164b4b808 (diff) | |
download | ck-eeca7f0151d85d563d1db229e3b7ca936323ffa2.tar.gz ck-eeca7f0151d85d563d1db229e3b7ca936323ffa2.tar.bz2 ck-eeca7f0151d85d563d1db229e3b7ca936323ffa2.zip |
First steps towards adding to the db
Diffstat (limited to 'src/argumentparser.h')
-rw-r--r-- | src/argumentparser.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/argumentparser.h b/src/argumentparser.h index 7674e52..8189b38 100644 --- a/src/argumentparser.h +++ b/src/argumentparser.h @@ -1,17 +1,4 @@ -/* argumentparser.h - Argument parser for ck------------------------*- C -*- - * - * This file is part of ck, the config keeper - * - * --------------------------------------------------------------------- - * - * The code here and in argumentparser.c is responsible for parsing - * the user's input from the command line - * - * Keeps track of what error occured where and provides - * printParserHelp() and printParserError() functions - * to notify the user - * - * ------------------------------------------------------------------ */ +/* argumentparser.h - Argument parser for ck------------------------*- C -*- */ #ifndef ARGUMENTPARSER_H #define ARGUMENTPARSER_H #define INIT_ALIAS \ |