[dhcp-agent-commits] dhcp-agent/src dhcp-client-cache.h,1.3,1.4
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-11-22 15:33:29
|
Update of /cvsroot/dhcp-agent/dhcp-agent/src In directory sc8-pr-cvs1:/tmp/cvs-serv29457/src Modified Files: dhcp-client-cache.h Log Message: removed prototype for internal format loading -- no longer needed Index: dhcp-client-cache.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-client-cache.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-client-cache.h 19 Nov 2002 19:44:44 -0000 1.3 --- dhcp-client-cache.h 22 Nov 2002 15:33:26 -0000 1.4 *************** *** 43,47 **** extern int client_cache_dump_options(client_cache_t *cc, list_t *options); extern list_t *client_cache_load_option_network_list(client_cache_t *cc, unsigned char use_tmp); - extern list_t *client_cache_load_option_internal_list(client_cache_t *cc, unsigned char use_tmp); extern list_t *client_cache_load_option_string_list(client_cache_t *cc, unsigned char use_tmp); extern list_t *client_cache_load_option_timer_string_list(client_cache_t *cc, --- 43,46 ---- |