HomeFreeBSD

MFC r276148:

Description

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.

Details

Provenance
aeAuthored on
Parents
rS284071: Remove WARNS atrun builds fine with clang and gcc
Branches
Unknown
Tags
Unknown