hlibgit2-0.18.0.1: Bindings/Libgit2/Refspec.hsc
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
#include <bindings.dsl.h>
#include <git2.h>
module Bindings.Libgit2.Refspec where
import Foreign.Ptr
#strict_import
import Bindings.Libgit2.Common
import Bindings.Libgit2.Types
#ccall git_refspec_src , Ptr <git_refspec> -> IO (CString)
#ccall git_refspec_dst , Ptr <git_refspec> -> IO (CString)
#ccall git_refspec_force , Ptr <git_refspec> -> IO (CInt)
#ccall git_refspec_src_matches , Ptr <git_refspec> -> CString -> IO (CInt)
#ccall git_refspec_dst_matches , Ptr <git_refspec> -> CString -> IO (CInt)
#ccall git_refspec_transform , CString -> CSize -> Ptr <git_refspec> -> CString -> IO (CInt)
#ccall git_refspec_rtransform , CString -> CSize -> Ptr <git_refspec> -> CString -> IO (CInt)