Commit Graph

3 Commits (caa3f0e22440c7c3b13fae08beaddd3d1b50a60c)

Author SHA1 Message Date
Michael Kluge caa3f0e224 minor fix for a missing include file 2012-01-03 20:27:09 +01:00
Christopher J. Morrone a60ad0b088 Impose proper file scoping and header usage.
Clean up the header files to only contain those things that
need to be shared between .c files.

Functions that are not shared are now declared static to
make their file scope explicit.  Functions that ARE shared
are declared in appropriate headers.

I am not going to claim that I caugh everything, but at
least it is a good start.
2011-11-11 17:30:20 -08:00
Christopher J. Morrone 44dfa2d95c Move cbif to the contrib directory.
Also mark it "noinst" in automake.
2011-11-02 17:36:32 -07:00