diff options
Diffstat (limited to 'src/blogc-git-receiver/settings.h')
-rw-r--r-- | src/blogc-git-receiver/settings.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/blogc-git-receiver/settings.h b/src/blogc-git-receiver/settings.h deleted file mode 100644 index 04c1a2b..0000000 --- a/src/blogc-git-receiver/settings.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br> - * - * This program can be distributed under the terms of the BSD License. - * See the file LICENSE. - */ - -#ifndef _SETTINGS_H -#define _SETTINGS_H - -#include "../common/config-parser.h" - -const char* bgr_settings_get_base_dir(void); -char* bgr_settings_get_builds_dir(void); -char* bgr_settings_get_section(bc_config_t *config, const char *repo_path); -bc_config_t* bgr_settings_parse(void); - -#endif /* _SETTINGS_H */ |