12 lines
214 B
C
Executable File
12 lines
214 B
C
Executable File
#ifndef AF_UTILS_H
|
|
#define AF_UTILS_H
|
|
|
|
int check_local_network_ip(unsigned int ip);
|
|
|
|
void dump_str(char *name, unsigned char *p, int len);
|
|
|
|
void dump_hex(char *name, unsigned char *p, int len);
|
|
|
|
#endif
|
|
|