home *** CD-ROM | disk | FTP | other *** search
/ Collection of Hack-Phreak Scene Programs / cleanhpvac.zip / cleanhpvac / HPACK78S.ZIP / lza / model.h < prev    next >
C/C++ Source or Header  |  1992-06-22  |  1KB  |  47 lines

  1. /****************************************************************************
  2. *                                                                            *
  3. *                            HPACK Multi-System Archiver                        *
  4. *                            ===========================                        *
  5. *                                                                            *
  6. *                         Order-1 and Order-0 Model Header                    *
  7. *                            MODEL.H  Updated 30/04/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 1990 - 1991  Peter C.Gutmann.  All rights reserved        *
  15. *                                                                            *
  16. ****************************************************************************/
  17.  
  18. /* Some mask values */
  19.  
  20. #define PAOK_MASK    6000
  21. #define PACK_MASK    10
  22.  
  23. /* Data structures used */
  24.  
  25. #define MAX_FREQ    16383
  26.  
  27. typedef struct { WORD h506, h462; int h704, h261; } h519;
  28. typedef struct { int h506, h462, h261, h704; } h114;
  29. typedef struct { int h506; } h424;
  30.  
  31. /* Global vars */
  32.  
  33. extern int h067[], h284[], h313[], h217[];
  34. extern WORD h387, h246;
  35. extern h519 *h648;
  36. extern h114 *h528;
  37. extern h424 *h409;
  38.  
  39. /* Prototypes for functions in MODEL.C */
  40.  
  41. void initModels( void );
  42. void h291( void );
  43. void h797( const int h000, const BOOLEAN h001 );
  44. void h508( const int h000 );
  45. void h762( WORD h000 );
  46. void endModels( void );
  47.