aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/legal2.h
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-11-27 01:20:12 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-11-27 01:20:12 +0100
commit3dc3da356c2a5c2bb0d84f4d5f0acc2a6597f316 (patch)
treec16c5cced27a3e5597a9316d495eb460885de4e1 /FICS/legal2.h
parenteda3e3c4e415c86281a9ad7c6d7ca74663684ff2 (diff)
Added new files
Diffstat (limited to 'FICS/legal2.h')
-rw-r--r--FICS/legal2.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/FICS/legal2.h b/FICS/legal2.h
new file mode 100644
index 0000000..0ee2173
--- /dev/null
+++ b/FICS/legal2.h
@@ -0,0 +1,10 @@
+#ifndef FICS_LEGAL2_H_
+#define FICS_LEGAL2_H_
+
+#include "common.h"
+
+__FICS_BEGIN_DECLS
+extern const char legalNotice2[];
+__FICS_END_DECLS
+
+#endif