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, 2 insertions, 2 deletions
diff --git a/src/blogc-git-receiver/post-receive.h b/src/blogc-git-receiver/post-receive.h
index 97f7c82..2b549b1 100644
--- a/src/blogc-git-receiver/post-receive.h
+++ b/src/blogc-git-receiver/post-receive.h
@@ -9,9 +9,9 @@
#ifndef _POST_RECEIVE_H
#define _POST_RECEIVE_H
-#include "../common/config-parser.h"
+#include <squareball.h>
-char* bgr_post_receive_get_config_section(bc_config_t *config,
+char* bgr_post_receive_get_config_section(sb_config_t *config,
const char *repo_path, const char *home);
int bgr_post_receive_hook(int argc, char *argv[]);