aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/shell-command-parser.h
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-07 01:48:16 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2016-10-07 01:48:16 +0200
commit2c1b2eaaef8726c71648b4a115fbe628f28d6b4b (patch)
tree3d34829130ee8870e268d3fcd19d4149e66b1be6 /src/blogc-git-receiver/shell-command-parser.h
parent13be5bd50238daa2be6b42104ba20aeea427655b (diff)
downloadblogc-2c1b2eaaef8726c71648b4a115fbe628f28d6b4b.tar.gz
blogc-2c1b2eaaef8726c71648b4a115fbe628f28d6b4b.tar.bz2
blogc-2c1b2eaaef8726c71648b4a115fbe628f28d6b4b.zip
git-receiver: splitted/reimplemented and tested shell command parser
Diffstat (limited to 'src/blogc-git-receiver/shell-command-parser.h')
-rw-r--r--src/blogc-git-receiver/shell-command-parser.h15
1 files changed, 15 insertions, 0 deletions
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 <rafael@rafaelmartins.eng.br>
+ *
+ * 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 */