Get rid of unused parameter to rate_limit_start().
[sliver-openvswitch.git] / secchan / ratelimit.h
index e3a3f8f..25ab977 100644 (file)
 #define RATELIMIT_H 1
 
 struct rconn;
+struct secchan;
 struct settings;
 struct switch_status;
 
-struct hook rate_limit_hook_create(const struct settings *,
-                                   struct switch_status *,
-                                   struct rconn *local,
-                                   struct rconn *remote);
+void rate_limit_start(struct secchan *, const struct settings *,
+                      struct switch_status *, struct rconn *remote);
 
 #endif /* ratelimit.h */