Added a check to see if the sending rate is within 1% of the limit rather than
[distributedratelimiting.git] / extensions / printpkt.h
1 #ifndef _PRINTPKT_H
2 #define _PRINTPKT_H
3
4 int printpkt_print(ulog_iret_t *res, char *buf, int prefix);
5 int printpkt_init(void);
6
7 #endif