From: Guido Draheim Date: Fri, 12 Dec 2003 04:33:09 +0000 (+0000) Subject: This commit was generated by cvs2svn to compensate for changes in r134, X-Git-Tag: v0.13.36~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e62ad2a01d6d57ddd777c84b5a68ec33116a5eb;p=zziplib This commit was generated by cvs2svn to compensate for changes in r134, which included commits to RCS files with non-trunk default branches. --- diff --git a/zzip/dir.c b/zzip/dir.c index aaf874e..4f87b71 100644 --- a/zzip/dir.c +++ b/zzip/dir.c @@ -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. - *

+ * * 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. - *

+ * * 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. - *

+ * * 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 diff --git a/zzip/zip.c b/zzip/zip.c index f3fa88d..65ac63e 100644 --- a/zzip/zip.c +++ b/zzip/zip.c @@ -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. - *

+ * * 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. - *

+ * * returns 0 if there no entry (anymore). */ int