Skip to content

Commit

Permalink
add DBDEAD and EXCOMM that were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
damoxc committed Mar 3, 2010
1 parent c0a141a commit 5d9e376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sqlfront.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ cdef extern from "sqlfront.h":
## End Remote Procedure functions ##

float __builtin_logf(float)
DBBOOL DBDEAD(DBPROCESS *)

BYTE * dbgetuserdata(DBPROCESS *)
RETCODE dbsetmaxprocs(int)
Expand Down Expand Up @@ -663,5 +664,6 @@ cdef extern from "sqlfront.h":
float __builtin_fmodf(float, float)
long double __builtin_fmodl(long double, long double)
RETCODE dbuse(DBPROCESS *, char *)
int EXCOMM = 9

ctypedef int LINE_T

0 comments on commit 5d9e376

Please sign in to comment.