Make default virtual host work for .12, and make IPv4-only
[ircu2.10.12-pk.git] / include / ircd_features.h
index e5135877917e9fb99e7ee6891f749db8cce47873..fcfd02c45caf79a4628f967ceb018c8f858bce33 100644 (file)
@@ -79,7 +79,6 @@ enum Feature {
   FEAT_PPATH,
 
   /* Networking features */
-  FEAT_VIRTUAL_HOST,
   FEAT_TOS_SERVER,
   FEAT_TOS_CLIENT,
   FEAT_POLLS_PER_LOOP,
@@ -160,7 +159,7 @@ extern int feature_get(struct Client* from, const char* const* fields,
 extern void feature_unmark(void);
 extern void feature_mark(void);
 
-extern void feature_report(struct Client* to, struct StatDesc* sd, int stat,
+extern void feature_report(struct Client* to, const struct StatDesc* sd,
                            char* param);
 
 extern int feature_int(enum Feature feat);