]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/throttle.h
ipsec-317.220.1.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / throttle.h
index 1dda58abc0ed879205d8b54cf9e32534f37f0428..6390f6fb694ddf146f3f804f59021c448582fe9d 100644 (file)
@@ -43,7 +43,7 @@ TAILQ_HEAD(throttle_list, throttle_entry);
 #define THROTTLE_PENALTY 1
 #define THROTTLE_PENALTY_MAX 10
 
-struct throttle_entry *throttle_add(struct sockaddr_storage *);
-int throttle_host(struct sockaddr_storage *, int);
+struct throttle_entry *throttle_add (struct sockaddr_storage *);
+int throttle_host (struct sockaddr_storage *, int);
 
 #endif /* _THROTTLE_H */