date modified
[svn/Prometheus-QoS/.git] / ipstruct.h
index dab37fcbe97f486109ee942559af9b44c62a444c..ad5bf38fc7318bd80e9be31aa4dbcaff0818ac52 100644 (file)
@@ -1,3 +1,5 @@
+/* Modified by: xChaos, 20131029 */\r
+\r
 struct IP\r
 {\r
  char *addr;\r
@@ -20,6 +22,8 @@ struct IP
  unsigned long pktsup;\r
  unsigned long pktsdown;\r
  struct Keyword *keyword;\r
+ int v6;\r
+ int mask;\r
  list(IP);\r
 };\r
 \r
@@ -54,5 +58,5 @@ struct Keyword
  list(Keyword);\r
 };\r
 \r
-void TheIP(char *ipaddr);\r
+void TheIP(char *ipaddr, int is_network);\r
 /* function implemented in parsehosts.c */\r
This page took 0.097214 seconds and 4 git commands to generate.