diff --git a/bin/pibs.h b/bin/pibs.h index 4129c45..0f2977b 100644 --- a/bin/pibs.h +++ b/bin/pibs.h @@ -126,4 +126,5 @@ void process_redis_list(pibs_t* pibs); void synseen_process_frame(pibs_t *pibs, wtap *wth, uint8_t* eth, struct ip* ipv4, struct tcphdr* tcp); int synseen_init(pibs_t* pibs); +pibs_t* init(void); #endif