diff options
Diffstat (limited to 'include/bancache.h')
-rw-r--r-- | include/bancache.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/bancache.h b/include/bancache.h new file mode 100644 index 000000000..6679a2c55 --- /dev/null +++ b/include/bancache.h @@ -0,0 +1,17 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits + * + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + +#ifndef __BANCACHE_H +#define __BANCACHE_H + +#endif |