Remove unused FFI imports from gnutls-extra.
Bump version to 0.1.3.
This commit is contained in:
parent
5001417174
commit
04064950bd
2 changed files with 4 additions and 10 deletions
|
@ -104,15 +104,9 @@ newtype Datum = Datum (Ptr Word8, CUInt)
|
|||
foreign import ccall safe "gnutls_check_version"
|
||||
gnutls_check_version :: CString -> IO CString
|
||||
|
||||
foreign import ccall safe "gnutls_extra_check_version"
|
||||
gnutls_extra_check_version :: CString -> IO CString
|
||||
|
||||
foreign import ccall safe "gnutls_global_init"
|
||||
gnutls_global_init :: IO ReturnCode
|
||||
|
||||
foreign import ccall safe "gnutls_global_init_extra"
|
||||
gnutls_global_init_extra :: IO ReturnCode
|
||||
|
||||
foreign import ccall safe "gnutls_global_deinit"
|
||||
gnutls_global_deinit :: IO ()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue