home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / hpack78s.zip / store / store.h < prev   
C/C++ Source or Header  |  1992-07-26  |  1KB  |  29 lines

  1. /****************************************************************************
  2. *                                                                           *
  3. *                          HPACK Multi-System Archiver                         *
  4. *                          ===========================                      *
  5. *                                                                           *
  6. *                 High-Speed Data Movement Routines Header File             *
  7. *                            STORE.H   Updated 17/07/91                        *
  8. *                                                                           *
  9. * This program is protected by copyright and as such any use or copying of    *
  10. *  this code for your own purposes directly or indirectly is highly uncool    *
  11. *                      and if you do so there will be....trubble.                *
  12. *                 And remember: We know where your kids go to school.            *
  13. *                                                                           *
  14. *         Copyright 1989 - 1991  Peter C.Gutmann.  All rights reserved           *
  15. *                                                                           *
  16. ****************************************************************************/
  17.  
  18. #ifndef _STORE_DEFINED
  19.  
  20. #define _STORE_DEFINED        /* Flag the fact that we've been included */
  21.  
  22. /* Prototypes for functions in STORE.C */
  23.  
  24. LONG store( BOOLEAN *isText );
  25. BOOLEAN unstore( long noBytes );
  26. void moveData( long noBytes );
  27.  
  28. #endif /* !_STORE_DEFINED */
  29.