]> gitweb @ CieloNegro.org - bindings-librrd.git/blobdiff - Bindings/Librrd.hsc
fixed typo: rrd_add_strdump => rrd_add_strdup
[bindings-librrd.git] / Bindings / Librrd.hsc
index 1c4c97213ede5041c6be33e72d59dba77dfdf6fd..f2b64ae9836a9ca4808a84c8389f201362fe2b68 100644 (file)
@@ -151,8 +151,8 @@ import System.Posix.Types
 #ccall rrd_free_context, Ptr <rrd_context_t> -> IO ()
 
 -- UTILITY FUNCTIONS
-#ccall rrd_random     , IO CLong
-#ccall rrd_add_ptr    , Ptr (Ptr (Ptr a)) -> Ptr CSize -> Ptr a -> IO CInt
-#ccall rrd_add_strdump, Ptr (Ptr CString) -> Ptr CSize -> CString -> IO CInt
-#ccall rrd_free_ptrs  , Ptr (Ptr (Ptr a)) -> CSize -> IO ()
-#ccall rrd_mkdir_p    , CString -> CMode -> IO CInt
\ No newline at end of file
+#ccall rrd_random    , IO CLong
+#ccall rrd_add_ptr   , Ptr (Ptr (Ptr a)) -> Ptr CSize -> Ptr a -> IO CInt
+#ccall rrd_add_strdup, Ptr (Ptr CString) -> Ptr CSize -> CString -> IO CInt
+#ccall rrd_free_ptrs , Ptr (Ptr (Ptr a)) -> CSize -> IO ()
+#ccall rrd_mkdir_p   , CString -> CMode -> IO CInt