]> granicus.if.org Git - zziplib/commitdiff
docs
authorGuido Draheim <guidod@gmx.de>
Mon, 5 Mar 2018 06:12:41 +0000 (07:12 +0100)
committerGuido Draheim <guidod@gmx.de>
Mon, 5 Mar 2018 06:12:41 +0000 (07:12 +0100)
zzip/dir.c

index 845bd5c7deaab0167cab804b672f05a684dcc86d..7ae95ddb5c3b19abab0bd3806002709fde3230d2 100644 (file)
@@ -37,7 +37,8 @@
 # endif
 #endif
 
-/** 
+/** rewind.
+ *
  * This function is the equivalent of a => rewinddir(2) for a realdir or
  * the zipfile in place of a directory. The ZZIP_DIR handle returned from
  * => zzip_opendir has a flag saying realdir or zipfile. As for a zipfile,
@@ -105,7 +106,8 @@ real_readdir(ZZIP_DIR * dir)
 }
 #endif
 
-/**
+/** read dir.
+ *
  * This function is the equivalent of a => readdir(2) for a realdir 
  * or a zipfile referenced by the ZZIP_DIR returned from => zzip_opendir.
  *
@@ -216,15 +218,17 @@ zzip_seekdir32(ZZIP_DIR * dir, long offset)
 }
 
 #if defined ZZIP_LARGEFILE_RENAME && defined EOVERFLOW && defined PIC
+/* DLL compatibility layer - so that 32bit code can link with a 64on32 too */
+
 #undef zzip_seekdir             /* zzip_seekdir64 */
 #undef zzip_telldir             /* zzip_telldir64 */
 
-/* DLL compatibility layer - so that 32bit code can link with a 64on32 too */
 long zzip_telldir(ZZIP_DIR * dir) { return zzip_telldir32(dir); }
 void zzip_seekdir(ZZIP_DIR * dir, long offset) { zzip_seekdir32(dir, offset); }
 #endif
 
-/**
+/** start usage.
+ * 
  * This function is the equivalent of => opendir(3) for a realdir or zipfile.
  * 
  * This function has some magic - if the given argument-path
@@ -293,7 +297,8 @@ zzip_opendir_ext_io(zzip_char_t * filename, int o_modes,
     return dir;
 }
 
-/**
+/** stop usage.
+ *
  * This function is the equivalent of => closedir(3) for a realdir or zipfile.
  * 
  * This function is magic - if the given arg-ZZIP_DIR