X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fhdw-sniff.git;a=blobdiff_plain;f=main.h;fp=main.h;h=b44ce38efbe61e00c29e70cdfdfe52d89b994fb4;hp=9c2387ade2ba7e961019452e97fb8511a71b2393;hb=04773ef6afbd043429d526ca375e5caba1294c99;hpb=e0585c09c6eca4aa0af0a5a658e6e711fb76d3a5 diff --git a/main.h b/main.h index 9c2387a..b44ce38 100644 --- a/main.h +++ b/main.h @@ -31,6 +31,7 @@ #include "event.h" #include "display.h" #include "input.h" +#include "list.h" #define SYSCALL_MAX 32 #define CHANNEL_MAX 12 @@ -69,5 +70,6 @@ typedef struct s_info { /* function prototypes */ void parse_package(unsigned char *ptr,const struct pcap_pkthdr *pcap_header,const unsigned char *package); +int display_console(t_info *info,char *string); #endif