diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-28 18:47:55 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-08-28 18:47:55 +0000 |
commit | b37ec974ee20b943a9129ae054390a565c49bd3c (patch) | |
tree | 281b1163e8d238c48abb297253a3b7acdd7ea5eb /include/globals.h | |
parent | f1087b785d6925d3e7dfbca10b98be22a48c118a (diff) |
First step on the road of module loader rewriting. So far this only really removes module factories. Any modules not updated to use MODULE_INIT() yet will now fail to compile \o/
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7971 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index 4a01e454e..bf832be59 100644 --- a/include/globals.h +++ b/include/globals.h @@ -36,4 +36,3 @@ typedef std::vector< KeyVal > KeyValList; typedef std::multimap< std::string, KeyValList > ConfigDataHash; #endif - |