[Dhcp-agent-commits] dhcp-agent dhcp-client.h,1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-06-15 17:08:37
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv29134 Modified Files: dhcp-client.h Log Message: wops forgot to add it Index: dhcp-client.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-client.h 13 Jun 2002 15:25:36 -0000 1.1 --- dhcp-client.h 15 Jun 2002 17:08:34 -0000 1.2 *************** *** 29,34 **** typedef char *(*interface_lister)(void); - /* client command codes: index to command array */ - #define DO_VERSION 0 #define DO_KILL 1 --- 29,32 ---- *************** *** 37,39 **** #define DO_CLIENT 4 ! #endif /* DHCP_CLIENT_H */ --- 35,38 ---- #define DO_CLIENT 4 ! #endif ! |