Lines 1-5
Link Here
|
1 |
--- include/sybdb.h Wed Oct 18 19:35:34 2000 |
1 |
--- include/sybdb.h Sun Jul 1 17:57:40 2001 |
2 |
+++ include/sybdb.h.new Fri Feb 2 09:42:36 2001 |
2 |
+++ include/sybdb.h.new Thu Jul 12 09:50:28 2001 |
3 |
@@ -298,6 +298,11 @@ |
3 |
@@ -298,6 +298,11 @@ |
4 |
extern RETCODE DBSETLUSER(LOGINREC *login, char *username); |
4 |
extern RETCODE DBSETLUSER(LOGINREC *login, char *username); |
5 |
extern RETCODE DBSETLHOST(LOGINREC *login, char *hostname); |
5 |
extern RETCODE DBSETLHOST(LOGINREC *login, char *hostname); |
Lines 11-14
Link Here
|
11 |
+ |
11 |
+ |
12 |
#ifdef DBMFIX |
12 |
#ifdef DBMFIX |
13 |
extern DBPROCESS *tdsdbopen(LOGINREC *login,char *server); |
13 |
extern DBPROCESS *tdsdbopen(LOGINREC *login,char *server); |
14 |
#else |
14 |
#define dbopen(x,y) tdsdbopen(x,y) |