Separate public and private interfaces into separate header files.
Start separating internal implementation details from the
publically exported interface of the blkid library.

diff --git a/misc/ChangeLog b/misc/ChangeLog
index a0c398f..13c2891 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-26  Theodore Ts'o  <tytso@mit.edu>
+
+	* blkid.c (main): Modify blkid to use the new libblkid public
+		interfaces.
+
 2003-01-23  Theodore Ts'o  <tytso@mit.edu>
 
 	* Makefile.in: Integrate in new blkid library.