{-# OPTIONS_GHC -fno-warn-unused-imports #-} #include #include #include module Bindings.Libgit2.Refdb where import Foreign.Ptr #strict_import import Bindings.Libgit2.Common import Bindings.Libgit2.Types import Bindings.Libgit2.Oid import Bindings.Libgit2.Refs import Bindings.Libgit2.RefdbBackend #ccall git_reference__alloc , Ptr -> CString -> Ptr -> CString -> IO (Ptr ) #ccall git_refdb_new , Ptr (Ptr ) -> Ptr -> IO (CInt) #ccall git_refdb_open , Ptr (Ptr ) -> Ptr -> IO (CInt) #ccall git_refdb_compress , Ptr -> IO (CInt) #ccall git_refdb_free , Ptr -> IO () #ccall git_refdb_set_backend , Ptr -> Ptr -> IO (CInt)