home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 December / PCWorld_1998-12_cd.iso / software / sybase / ASA / asa60.exe / data1.cab / h_files / esqldll.h < prev    next >
C/C++ Source or Header  |  1998-07-27  |  1KB  |  30 lines

  1.  /****************************************************************
  2.  *       Copyright (C) 1988-1998, by Sybase, Inc.                *
  3.  *       All rights reserved. No part of this software may be    *
  4.  *       reproduced in any form or by any means - graphic,       *
  5.  *       electronic or mechanical, including photocopying,       *
  6.  *       recording, taping or information storage and retrieval  *
  7.  *       systems - except with the written permission of         *
  8.  *       Sybase, Inc.                                            *
  9.  ****************************************************************/
  10.  
  11.  /**************************************
  12.  * This is the interface for esqldll.c *
  13.  **************************************/
  14.  
  15. #define _USE_ESQLDLL
  16. #include "sqlca.h"
  17.  
  18. #if defined( __cplusplus )
  19. extern "C" {
  20. #endif
  21.  
  22. extern unsigned short db_fini_dll( void );
  23. extern unsigned short db_init_dll( char _fd_ ** );
  24.  
  25. extern void *db_get_dblib_dll( void );
  26.  
  27. #if defined( __cplusplus )
  28. };
  29. #endif
  30.