2004-05-09 Michael Poole <mdpoole@troilus.org>
[ircu2.10.12-pk.git] / ircd / s_conf.c
index 64839a1259fa1edcf063186382711cd00edd29b0..7733c9f8e26cfc01e277db2ade0bcf73311db099 100644 (file)
@@ -71,6 +71,7 @@
 
 struct ConfItem  *GlobalConfList  = 0;
 int              GlobalConfCount = 0;
+struct s_map     *GlobalServiceMapList = 0;
 struct qline     *GlobalQuarantineList = 0;
 
 void yyparse(void);