aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/msg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/msg.h b/include/msg.h
index 631c981..418d9f3 100644
--- a/include/msg.h
+++ b/include/msg.h
@@ -16,14 +16,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef __MAIN_H
-#define __MAIN_H
+#ifndef __MSG_H
+#define __MSG_H
+#define OUTPUT "dist"
+#define PARTIALS "partials"
#define ASSETS "assets"
#define CONFIG_FILE "config.cfg"
#define BASE_TEMPLATE "base.html"
-#define OUTPUT "dist"
-#define PARTIALS "partials"
typedef struct {
char *base_directory;