#ccall afOpenFD         , CInt -> Ptr CChar -> <AFfilesetup> -> IO <AFfilehandle>
 #ccall afOpenNamedFD    , CInt -> Ptr CChar -> <AFfilesetup> -> Ptr CChar -> IO <AFfilehandle>
 
-#ccall afSaveFilePosition   , <AFfilehandle> -> IO ()
-#ccall afRestoreFilePosition, <AFfilehandle> -> IO ()
+-- THINKME: These routines are missing from the current libaudiofile. I don't know why.
+-- #ccall afSaveFilePosition   , <AFfilehandle> -> IO ()
+-- #ccall afRestoreFilePosition, <AFfilehandle> -> IO ()
 #ccall afSyncFile           , <AFfilehandle> -> IO CInt
 #ccall afCloseFile          , <AFfilehandle> -> IO CInt
 
 
+Changes from 0.1 to 0.1.0.2
+---------------------------
+Remove c'afSaveFilePosition and c'afRestoreFilePosition. The current
+libaudiofile doesn't have an actual implementation of them.
+
 Changes from 0.1 to 0.1.0.1
 ---------------------------
 Fix build-depends:
 
 Synopsis: Low level bindings to audiofile
 Description:
         Bindings to audiofile: <http://www.68k.org/~michael/audiofile/>
-Version: 0.1.0.1
+Version: 0.1.0.2
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>