From 2c1b2eaaef8726c71648b4a115fbe628f28d6b4b Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 7 Oct 2016 01:48:16 +0200 Subject: git-receiver: splitted/reimplemented and tested shell command parser --- src/blogc-git-receiver/shell-command-parser.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/blogc-git-receiver/shell-command-parser.h (limited to 'src/blogc-git-receiver/shell-command-parser.h') diff --git a/src/blogc-git-receiver/shell-command-parser.h b/src/blogc-git-receiver/shell-command-parser.h new file mode 100644 index 0000000..47054cb --- /dev/null +++ b/src/blogc-git-receiver/shell-command-parser.h @@ -0,0 +1,15 @@ +/* + * blogc: A blog compiler. + * Copyright (C) 2015-2016 Rafael G. Martins + * + * This program can be distributed under the terms of the BSD License. + * See the file LICENSE. + */ + +#ifndef _SHELL_COMMAND_PARSER_H +#define _SHELL_COMMAND_PARSER_H + +char* bgr_shell_command_parse(const char *command); +char* bgr_shell_quote(const char *command); + +#endif /* _SHELL_COMMAND_PARSER_H */ -- cgit v1.2.3-18-g5258