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 >
Wrap
C/C++ Source or Header
|
1998-07-27
|
1KB
|
30 lines
/****************************************************************
* Copyright (C) 1988-1998, by Sybase, Inc. *
* All rights reserved. No part of this software may be *
* reproduced in any form or by any means - graphic, *
* electronic or mechanical, including photocopying, *
* recording, taping or information storage and retrieval *
* systems - except with the written permission of *
* Sybase, Inc. *
****************************************************************/
/**************************************
* This is the interface for esqldll.c *
**************************************/
#define _USE_ESQLDLL
#include "sqlca.h"
#if defined( __cplusplus )
extern "C" {
#endif
extern unsigned short db_fini_dll( void );
extern unsigned short db_init_dll( char _fd_ ** );
extern void *db_get_dblib_dll( void );
#if defined( __cplusplus )
};
#endif