aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/legal2.h
blob: 0ee217328cf9b65a0060fb684e323f74887c45f1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef FICS_LEGAL2_H_
#define FICS_LEGAL2_H_

#include "common.h"

__FICS_BEGIN_DECLS
extern const char	legalNotice2[];
__FICS_END_DECLS

#endif