]> gitweb @ CieloNegro.org - bindings-librrd.git/commitdiff
fixed typo: rrd_add_strdump => rrd_add_strdup
authorPHO <pho@cielonegro.org>
Fri, 23 Apr 2010 07:53:52 +0000 (16:53 +0900)
committerPHO <pho@cielonegro.org>
Fri, 23 Apr 2010 07:53:52 +0000 (16:53 +0900)
Bindings/Librrd.hsc
bindings-librrd.cabal

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
index e139368e72068281c45d91d5ca573a017c9972ea..cfc95c124d2f11263cf37d6a8f9de1a2fdaa423c 100644 (file)
@@ -6,7 +6,7 @@ Description:
 
     This package provides low-level bindings to librrd, which contains
     most of the functionality in RRDtool.
-Version:        0.1
+Version:        0.2
 License:        PublicDomain
 License-File:   COPYING
 Author:         PHO <pho at cielonegro dot org>