From 3fff4bb3172f77b292b0c913749e81bedd3545f3 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 29 Sep 2016 00:49:36 +0200 Subject: git-receiver: splitted code --- src/blogc-git-receiver/shell.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/blogc-git-receiver/shell.h (limited to 'src/blogc-git-receiver/shell.h') diff --git a/src/blogc-git-receiver/shell.h b/src/blogc-git-receiver/shell.h new file mode 100644 index 0000000..c05e4e1 --- /dev/null +++ b/src/blogc-git-receiver/shell.h @@ -0,0 +1,14 @@ +/* + * blogc: A blog compiler. + * Copyright (C) 2015-2016 Rafael G. Martins + * + * This program can be distributed under the terms of the BSD License. + * See the file LICENSE. + */ + +#ifndef _SHELL_H +#define _SHELL_H + +int bgr_shell(int argc, char *argv[]); + +#endif /* _SHELL_H */ -- cgit v1.2.3-18-g5258