diff options
-rw-r--r-- | include/bancache.h | 17 | ||||
-rw-r--r-- | src/bancache.cpp | 16 |
2 files changed, 33 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 diff --git a/src/bancache.cpp b/src/bancache.cpp new file mode 100644 index 000000000..d54b26caf --- /dev/null +++ b/src/bancache.cpp @@ -0,0 +1,16 @@ +/* +------------------------------------+ + * | 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. + * + * --------------------------------------------------- + */ + +/* $Core: libIRCDbancache */ + + |