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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/blogc-git-receiver/shell.h') 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 */ -- cgit v1.2.3-18-g5258