home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
Oracle.hxx
< prev
next >
Wrap
Text File
|
1996-05-31
|
1KB
|
35 lines
/*---------------------------------------------------------------------------
*
* Copyright (c) 1995 by Cadre Technologies Inc.
*
* This software is furnished under a license and may be used only in
* accordance with the terms of such license and with the inclusion of
* the above copyright notice. This software or any other copies thereof
* may not be provided or otherwise made available to any other person.
* No title to and ownership of the software is hereby transferred.
*
* The information in this software is subject to change without notice
* and should not be construed as a commitment by Cadre Technologies Inc.
*
*---------------------------------------------------------------------------
*
* File : @(#)Oracle.hxx 1.1
* Original date : November 1995
* Description : Some declarations for Oracle Pro*C
*
*---------------------------------------------------------------------------
* @(#)Oracle.hxx 1.1\t20 Dec 1995 Copyright 1995 Cadre Technologies Inc.
*/
#ifndef ORACLE_HXX
#define ORACLE_HXX
extern "C"
{
void sqlcex( ... );
void sqlglm( ... );
}
#endif