CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/11/11 14:00:01
Modified files:
sbin/dhclient : bpf.c clparse.c dhclient.c dhcpd.h dispatch.c
parse.c
Log message:
Shuffle function prototypes and extern declarations around to
put local functions prototypes and variables in their .c files, and
cross-file functions into .h files. Prompted by deraadt@.
