date modified
[svn/Prometheus-QoS/.git] / ipstruct.h
index 2410047a4161dff7d4a2fe7a955afe0e7c154480..ad5bf38fc7318bd80e9be31aa4dbcaff0818ac52 100644 (file)
@@ -1,3 +1,5 @@
+/* Modified by: xChaos, 20131029 */\r
+\r
 struct IP\r
 {\r
  char *addr;\r
@@ -16,9 +18,12 @@ struct IP
  unsigned long long upload;\r
  unsigned long long traffic;\r
  unsigned long long credit;\r
+ unsigned long long realquota;\r
  unsigned long pktsup;\r
  unsigned long pktsdown;\r
  struct Keyword *keyword;\r
+ int v6;\r
+ int mask;\r
  list(IP);\r
 };\r
 \r
@@ -52,3 +57,6 @@ struct Keyword
  \r
  list(Keyword);\r
 };\r
+\r
+void TheIP(char *ipaddr, int is_network);\r
+/* function implemented in parsehosts.c */\r
This page took 0.131781 seconds and 4 git commands to generate.