- Every mumble.c file should #include mumble.h.
- All non-static functions in mumble.c should have prototypes in
mumble.h.
- All static functions in mumble.c should have a prototype-only
declaration before their definition.
If you know of a case where these conventions aren't followed, let me
know. If these conventions aren't sufficient, then I'm confused, and
would be happy to be set straight.