]> The Tcpdump Group git mirrors - tcpdump/commit
Move the definitions of "bootp_flag_values[]" and "bootp_op_values[]"
authorguy <guy>
Tue, 1 Jul 2003 19:16:06 +0000 (19:16 +0000)
committerguy <guy>
Tue, 1 Jul 2003 19:16:06 +0000 (19:16 +0000)
commitd87f746286cc75b1dc96cfce122c2e78fe0ac9cb
tree7155e964bd53d700ba5b62cb7abe11c99252eab5
parent6f93affaeb7d2b96b4f242c411ed4bd6f18fe2f1
Move the definitions of "bootp_flag_values[]" and "bootp_op_values[]"
out of "bootp.h" into "print-bootp.c", so we don't get unused copies of
them in files other than "print-bootp.c" that include "bootp.h", and so
we don't get warnings from GCC 3.3 about those unused copies.
bootp.h
print-bootp.c