summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 22:13:36 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-09 22:13:36 +0000
commitf5872557eb0eee0f71f16ad39d693024f4cf8b1f (patch)
treef77334bfd1c4b87e2eb3d6970dec8e4520cd921a /include
parenteb28eaea35d9d109a0b7b890de9d957d562da675 (diff)
Remove readfile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4826 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h
index c0fca8fd8..9950db422 100644
--- a/include/globals.h
+++ b/include/globals.h
@@ -34,6 +34,5 @@ typedef std::multimap< std::string, KeyValList > ConfigDataHash;
void WriteOpers(char* text, ...);
int isnick(const char *n);
chanrec* FindChan(const char* chan);
-void readfile(file_cache &F, const char* fname);
#endif