diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-21 23:12:05 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-21 23:12:05 +0100 |
commit | b9ec274bed571db9c705b65bb8c0bb6409c34fc4 (patch) | |
tree | c5c4a8f5e5dd906772916fea1084659dc725d5f9 /src/blogc-git-receiver/shell-command-parser.h | |
parent | 209ea0657b7970b4b8069ce44b43eecb97681892 (diff) | |
download | blogc-b9ec274bed571db9c705b65bb8c0bb6409c34fc4.tar.gz blogc-b9ec274bed571db9c705b65bb8c0bb6409c34fc4.tar.bz2 blogc-b9ec274bed571db9c705b65bb8c0bb6409c34fc4.zip |
git-receiver: moved shell quote function to common
Diffstat (limited to 'src/blogc-git-receiver/shell-command-parser.h')
-rw-r--r-- | src/blogc-git-receiver/shell-command-parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/blogc-git-receiver/shell-command-parser.h b/src/blogc-git-receiver/shell-command-parser.h index 47054cb..652d671 100644 --- a/src/blogc-git-receiver/shell-command-parser.h +++ b/src/blogc-git-receiver/shell-command-parser.h @@ -10,6 +10,5 @@ #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 */ |