#ifndef _CONNTRACK_H_ #define _CONNTRACK_H_ #include "hashtable.h" int conntrack_init(void); int conntrack_start_event_thread(void); int conntrack_close(void); struct hash_table * conntrack_get_hash(void); #endif // _CONNTRACK_H_