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.