diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
commit | c3eee8e333866d92e5fd94ae83cef618758c11bb (patch) | |
tree | 234a06fd90bd61a6668490a0cbf8870e6c674b81 /FICS/legal2.h |
FICS RPBLC v1.4.61.4.6
Diffstat (limited to 'FICS/legal2.h')
-rw-r--r-- | FICS/legal2.h | 10 |
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 |