From 1d5046bc9747c981f7e9631987a4cb484a9534d9 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 28 Jan 2013 01:43:43 +0000 Subject: Renamed parser.c -> command_parser.c Included in command.h --- src/parser.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/parser.h (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h deleted file mode 100644 index f191ed15..00000000 --- a/src/parser.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * parser.h - * - * Copyright (C) 2012, 2013 James Booth - * - * This file is part of Profanity. - * - * Profanity 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. - * - * Profanity 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 Profanity. If not, see . - * - */ - -#ifndef PARSER_H -#define PARSER_H - -#include - -gchar** parse_args(const char * const inp, int min, int max); -gchar** parse_args_with_freetext(const char * const inp, int min, int max); - -#endif -- cgit 1.4.1-2-gfad0