]> The Tcpdump Group git mirrors - tcpdump/commit
Move the definitions of the various GMPLS "struct tok"s out of gmpls.h
authorguy <guy>
Mon, 9 Jun 2003 23:28:08 +0000 (23:28 +0000)
committerguy <guy>
Mon, 9 Jun 2003 23:28:08 +0000 (23:28 +0000)
commit86403131b51dd006f4cde72ee3f641b2d9fb1641
tree793e347653c8c4ae74dd3442f6c8e736e41180d6
parent31a4462cfe1fdefdf66b87db4d3f021b4c1f0f98
Move the definitions of the various GMPLS "struct tok"s out of gmpls.h
into a new gmpls.c file; have gmpls.h contain only external declarations
of those structures.  That removes compiler warnings about static
structures being defined but not used, and also lets more than one file
share structures used in both of those files, rather than having private
definitions of them.
FILES
INSTALL
Makefile.in
gmpls.c [new file with mode: 0644]
gmpls.h