home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / samples / mm / codec / sampdeco.h < prev    next >
Text File  |  1999-05-11  |  806b  |  12 lines

  1. /*****************************************************************************/
  2. /*                                                                           */
  3. /* SAMPDECO.H: Sample Codec decompression header file.                       */
  4. /*             Your decompression procedure declatations will replace these. */
  5. /*             See SAMPDECO.C for function descriptions.                     */
  6. /*                                                                           */
  7. /* Copyright (c) IBM Corporation 1991,1992,1993        All Rights Reserved   */
  8. /*                                                                           */
  9. /*****************************************************************************/
  10.  
  11. ULONG DecompressFrame ( PMAIN_INST pMainInst, PBYTE pbSrc, PBYTE pbDst );
  12.