]> granicus.if.org Git - zziplib/commitdiff
This commit was generated by cvs2svn to compensate for changes in r134,
authorGuido Draheim <guidod@gmx.de>
Fri, 12 Dec 2003 04:33:09 +0000 (04:33 +0000)
committerGuido Draheim <guidod@gmx.de>
Fri, 12 Dec 2003 04:33:09 +0000 (04:33 +0000)
which included commits to RCS files with non-trunk default branches.

zzip/dir.c
zzip/zip.c

index aaf874edc8ab9364e436c1c62c0f356cd6fc5d1e..4f87b71a46e8a4997df7f35f106a78e1b97a1439 100644 (file)
@@ -195,12 +195,12 @@ void   zzip_seekdir(ZZIP_DIR* dir, long offset)
 
 /**
  * This function is the equivalent of => opendir(3) for a realdir or zipfile.
- * <p>
+ * 
  * This function has some magic - if the given argument-path
  * is a directory, it will wrap a real => opendir(3) into the ZZIP_DIR
  * structure. Otherwise it will divert to => zzip_dir_open which 
  * can also attach a ".zip" extension if needed to find the archive.
- * <p>
+ * 
  * the error-code is mapped to => errno(3).
  */
 ZZIP_DIR* 
@@ -260,7 +260,7 @@ zzip_opendir_ext_io(zzip_char_t* filename, int o_modes,
 
 /**
  * This function is the equivalent of => closedir(3) for a realdir or zipfile.
- * <p>
+ * 
  * This function is magic - if the given arg-ZZIP_DIR
  * is a real directory, it will call the real => closedir(3) and then
  * free the wrapping ZZIP_DIR structure. Otherwise it will divert 
index f3fa88d994cae2f1653de1fa774acb583b3e3b73..65ac63ef9a3b74e138c33d1ef6187a39d447bcfa 100644 (file)
@@ -526,7 +526,7 @@ zzip_dir_free(ZZIP_DIR * dir)
     return 0;
 }
 
-/**
+/** => zzip_dir_free
  * It will also => free(2) the => ZZIP_DIR-handle given. 
  * the counterpart for => zzip_dir_open
  * see also => zzip_dir_free
@@ -543,7 +543,7 @@ zzip_dir_close(ZZIP_DIR * dir)
  * zip-archive as specified with the fd which points to an
  * already openend file. This function then search and parse
  * the zip's central directory.
- * <p> 
+ *  
  * NOTE: refcount is zero, so an _open/_close pair will also delete 
  *       this _dirhandle 
  */
@@ -682,10 +682,10 @@ zzip_dir_open_ext_io(zzip_char_t* filename, zzip_error_t* e,
     }
 }
 
-/**
+/** => zzip_dir_open
  * fills the dirent-argument with the values and 
  * increments the read-pointer of the dir-argument.
- * <p>
+ * 
  * returns 0 if there no entry (anymore).
  */
 int