aboutsummaryrefslogtreecommitdiff
path: root/include/msg.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 13:12:41 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 13:12:41 +0530
commit01ef152082e4e396b4b5510aab642cf6235bc59d (patch)
tree1c4e54e8ba84b53d2bdf3c6e8f8e7bd7191be5af /include/msg.h
parent1c63c8b794a7bf85acad42637757e6b1e2f10e03 (diff)
msg.h: MAIN->MSG
Diffstat (limited to 'include/msg.h')
-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;