10 lines
148 B
C
Executable File
10 lines
148 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, char *p, int len);
|
|
|
|
#endif
|
|
|