about summary refs log tree commit diff stats
path: root/src/parser.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-28 01:43:43 +0000
committerJames Booth <boothj5@gmail.com>2013-01-28 01:43:43 +0000
commit1d5046bc9747c981f7e9631987a4cb484a9534d9 (patch)
tree431dc3dd245aef2672246d533f6215f3393f378d /src/parser.h
parentc72d7ad6a6c919f09430d0781e99d59388871e4f (diff)
downloadprofani-tty-1d5046bc9747c981f7e9631987a4cb484a9534d9.tar.gz
Renamed parser.c -> command_parser.c
Included in command.h
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h31
1 files changed, 0 insertions, 31 deletions
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 <boothj5@gmail.com>
- *
- * 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 <http://www.gnu.org/licenses/>.
- *
- */
-
-#ifndef PARSER_H
-#define PARSER_H
-
-#include <glib.h>
-
-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