{-# OPTIONS_GHC -fno-warn-unused-imports #-} #include #include module Bindings.Libgit2.Refspec where import Foreign.Ptr #strict_import import Bindings.Libgit2.Common import Bindings.Libgit2.Types #ccall git_refspec_src , Ptr -> IO (CString) #ccall git_refspec_dst , Ptr -> IO (CString) #ccall git_refspec_force , Ptr -> IO (CInt) #ccall git_refspec_src_matches , Ptr -> CString -> IO (CInt) #ccall git_refspec_dst_matches , Ptr -> CString -> IO (CInt) #ccall git_refspec_transform , CString -> CSize -> Ptr -> CString -> IO (CInt) #ccall git_refspec_rtransform , CString -> CSize -> Ptr -> CString -> IO (CInt)