From bd759f159a552b69818b788ea30c31b15679d6d6 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Thu, 11 Apr 2019 09:18:29 +0200 Subject: [PATCH] chg: [pibs] updated pibs header file --- bin/pibs.h | 1 + 1 file changed, 1 insertion(+) 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