aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-07-22 21:45:53 -0400
committerTest_User <hax@andrewyu.org>2024-07-22 21:45:53 -0400
commite859880db83c5120670b87c1d5a8cf03eedc1806 (patch)
treefd50f8027c41f4afe8f7ba7a1cfd8f01b7180f37 /main.h
parent69f4e3e77b48e2901c908837978282ea86c54d24 (diff)
downloadhaxircd-e859880db83c5120670b87c1d5a8cf03eedc1806.tar.gz
haxircd-e859880db83c5120670b87c1d5a8cf03eedc1806.zip
File descriptions
Diffstat (limited to 'main.h')
-rw-r--r--main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.h b/main.h
index 9b48a24..cb4fac5 100644
--- a/main.h
+++ b/main.h
@@ -1,3 +1,5 @@
+// Definitions for a few global things that don't fit anywhere more specific
+//
// Written by: Test_User <hax@andrewyu.org>
//
// This is free and unencumbered software released into the public
@@ -32,4 +34,4 @@ extern pthread_attr_t pthread_attr;
extern MUTEX_TYPE state_lock;
-int main(void);
+int real_main(void);