tannsk.h 640 B

12345678910111213141516171819
  1. /*
  2. Copyright (c) 1990-2002 Info-ZIP. All rights reserved.
  3. See the accompanying file LICENSE, version 2000-Apr-09 or later
  4. (the contents of which are also included in zip.h) for terms of use.
  5. If, for some reason, all these files are missing, the Info-ZIP license
  6. also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html
  7. */
  8. /*
  9. * Header declaration(s) which are forced to go after earlier includes
  10. */
  11. #ifndef __tannsk_h /* prevent multiple inclusions */
  12. #define __tannsk_h
  13. /* ztimbuf is declared in zip\tailor.h after include of tandem.h */
  14. int utime (const char *, const ztimbuf *);
  15. #endif /* !__tannsk_h */