librepsheet  6.2.0
TheRepsheetcorelogiclibrary
 All Data Structures Files Functions Pages
check_cidr.h
1 #ifndef CHECK_CIDR
2 #define CHECK_CIDR
3 
4 #include "vector.h"
5 int checkCIDR(redisContext *context, const char *actor, char *reason, char *list, expanding_vector *ev, long *cache_update_time);
6 #endif
Definition: vector.h:6