diff options
Diffstat (limited to 'src/blogc-git-receiver/shell.h')
-rw-r--r-- | src/blogc-git-receiver/shell.h | 1 |
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 */ |