K 10 svn:author V 2 ae K 8 svn:date V 27 2015-06-06T13:26:13.404154Z K 7 svn:log V 344 MFC r276148: Remove in_gif.h and in6_gif.h files. They only contain function declarations used by gif(4). Instead declare these functions in C files. Also make some variables static. MFC r276215: Extern declarations in C files loses compile-time checking that the functions' calls match their definitions. Move them to header files. END