aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/post-receive.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-git-receiver/post-receive.h')
-rw-r--r--src/blogc-git-receiver/post-receive.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blogc-git-receiver/post-receive.h b/src/blogc-git-receiver/post-receive.h
index a28dd5a..e17c3d4 100644
--- a/src/blogc-git-receiver/post-receive.h
+++ b/src/blogc-git-receiver/post-receive.h
@@ -9,6 +9,10 @@
#ifndef _POST_RECEIVE_H
#define _POST_RECEIVE_H
+#include "../common/config-parser.h"
+
+char* bgr_post_receive_get_config_section(bc_config_t *config,
+ const char *repo_path, const char *home);
int bgr_post_receive_hook(int argc, char *argv[]);
#endif /* _POST_RECEIVE_H */