From 841dc636d191bafd714fc72e5e517bf4d64d64b6 Mon Sep 17 00:00:00 2001 From: w00t Date: Sat, 3 Nov 2007 21:19:39 +0000 Subject: Add bancache.coo/h. Nothing in them, yet. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8483 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/bancache.h | 17 +++++++++++++++++ src/bancache.cpp | 16 ++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 include/bancache.h create mode 100644 src/bancache.cpp 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 */ + + -- cgit v1.2.3