aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/legal2.h
diff options
context:
space:
mode:
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