aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/shell.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.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.h')
-rw-r--r--src/blogc-git-receiver/shell.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blogc-git-receiver/shell.h b/src/blogc-git-receiver/shell.h
index c05e4e1..ec77db1 100644
--- a/src/blogc-git-receiver/shell.h
+++ b/src/blogc-git-receiver/shell.h
@@ -9,6 +9,7 @@
#ifndef _SHELL_H
#define _SHELL_H
+char* bgr_shell_get_repo(const char *command);
int bgr_shell(int argc, char *argv[]);
#endif /* _SHELL_H */