1bf727e920d344b19f567b66350cd69d2c301840
[my-code/hdw-sniff.git] / parse.h
1 /* parse.h */
2
3 #ifndef PARSE_H
4 #define PARSE_H
5
6 typedef struct s_data {
7   unsigned char **package;
8   int p_count;
9
10 } t_data; 
11
12 /* function prototypes */
13
14 #endif