Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

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