From eeca7f0151d85d563d1db229e3b7ca936323ffa2 Mon Sep 17 00:00:00 2001 From: gramanas Date: Sun, 22 Apr 2018 05:47:33 +0300 Subject: First steps towards adding to the db --- src/argumentparser.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/argumentparser.h') 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 \ -- cgit v1.2.3