- Rearrange reactos.dff according to rosapps rearrange.
[reactos.git] / rosapps / net / dhcpd / src / include / leases.h
1 #ifndef LEASES_H
2 #define LEASES_H
3
4 extern DHCPLIST *list;
5 int find_lease( DHCPLEASE *, u32b, u8b * );
6 int init_leases_list();
7 int confirm_lease( DHCPLEASE *, u32b );
8 int release_lease( DHCPLEASE *, u32b, u8b * );
9
10 #endif