Skip to content
Snippets Groups Projects
Commit dd96b2c2 authored by David Brownell's avatar David Brownell
Browse files

FA526: remove exports and forward decls


Unneeded exports cause confusion about the module interfaces.
Make most functions static.

The forward decls are just code clutter; remove them, by moving
their references after definitions.  This is another file which
never needed even one internal forward declaration.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent b52fa749
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment