1 #ifndef IPUTILS_H
2 #define IPUTILS_H
3 
4 int split_ip( char *, u8b *, int );
5 int get_ip( char *, u32b * );
6 
7 #endif
8