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/post-receive.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/blogc-git-receiver/post-receive.h (limited to 'src/blogc-git-receiver/post-receive.h') diff --git a/src/blogc-git-receiver/post-receive.h b/src/blogc-git-receiver/post-receive.h new file mode 100644 index 0000000..a28dd5a --- /dev/null +++ b/src/blogc-git-receiver/post-receive.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 _POST_RECEIVE_H +#define _POST_RECEIVE_H + +int bgr_post_receive_hook(int argc, char *argv[]); + +#endif /* _POST_RECEIVE_H */ -- cgit v1.2.3-18-g5258