-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / base / services / dhcpd / src / include / iputils.h
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