]> git.street.me.uk Git - andy/viking.git/commitdiff
Unzip comment
authorRob Norris <rw_norris@hotmail.com>
Sun, 7 Jul 2013 09:46:55 +0000 (10:46 +0100)
committerRob Norris <rw_norris@hotmail.com>
Thu, 18 Jul 2013 20:14:01 +0000 (21:14 +0100)
src/compression.c

index 7b064f34982fc66dee52884f30ab456041738d1f..e7359d14cfccc4a87f0442191037d32f819cc7e6 100644 (file)
@@ -67,6 +67,13 @@ static guint uncompress_data(void *uncompressed_buffer, guint uncompressed_size,
 }
 #endif
 
+/**
+ * unzip_file:
+ * @zip_file:   pointer to start of compressed data
+ * @unzip_size: the size of the compressed data block
+ *
+ * Returns a pointer to uncompressed data (maybe NULL)
+ */
 void *unzip_file(gchar *zip_file, gulong *unzip_size)
 {
        void *unzip_data = NULL;