home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / SqlPrint.hxx < prev    next >
Text File  |  1996-05-31  |  491b  |  17 lines

  1. /*---------------------------------------------------------------------------
  2.  *
  3.  *      (c)     Westmount Technology    1994
  4.  *
  5.  *      File:        @(#)SqlPrint.hxx    1.1
  6.  *      Author:        peku
  7.  *      Description:    extern declaration sqlprint()
  8.  *---------------------------------------------------------------------------
  9.  SccsId = @(#)SqlPrint.hxx    1.1 21 Feb 1994  Copyright 1994 Westmount Technology */
  10.  
  11. #ifndef SQLPRINT_HXX
  12. #define SQLPRINT_HXX
  13.  
  14. extern void sqlprint();
  15.  
  16. #endif
  17.