]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/list.h
Put a declaration for void log(const char *fmt, ...); in the list.h to make it
[irc/gameservirc.git] / gameserv / list.h
index a9045f8c49bdfe4c1d62707c4257a7cc4cdfae01..fc7c3b187cba6456c70b25e87ce302d9e17e703c 100644 (file)
@@ -5,13 +5,14 @@
 #include <cassert>
 #include "listnode.h"
 #include "aClient.h"
-#include "extern.h"
 #include "options.h"
 
 using std::cout;
 using std::endl;
 using std::flush;
 
+void log(const char *fmt, ...);
+
 template <class T>
 class List {
     public: