home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snip9707.zip / WHICHARC.H < prev    next >
C/C++ Source or Header  |  1997-07-05  |  602b  |  26 lines

  1. /* +++Date last modified: 05-Jul-1997 */
  2.  
  3. /*
  4. **  WHICHARC.H
  5. **
  6. **   Written by Jari Laaksonen (2:221/360.20), 2 Sep 1994
  7. **   Based on the code by Heinz Ozwirk and David Gersic.
  8. **
  9. **   Free for all participants of the C_ECHO & other conferences where
  10. **   this code is posted. Released to SNIPPETS by the authors.
  11. **
  12. **   See the file WHICHARC.DOC about archive types and file offsets
  13. **   for self extracting archives.
  14. */
  15.  
  16. #ifdef __cplusplus
  17.    extern "C" {
  18. #endif
  19.  
  20. int WhichArc (char *pName);
  21. int SeekFile (FILE *fp, char *header, long pos);
  22.  
  23. #ifdef __cplusplus
  24.    }
  25. #endif
  26.