Update of /cvsroot/naviserver/naviserver/nsdbtest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4609/nsdbtest
Modified Files:
nsdbtest.c
Log Message:
* nsdbtest/nsdbtest.c: Remove unused function declaration.
Index: nsdbtest.c
===================================================================
RCS file: /cvsroot/naviserver/naviserver/nsdbtest/nsdbtest.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nsdbtest.c 20 Oct 2005 23:38:15 -0000 1.1
--- nsdbtest.c 21 Oct 2005 05:58:18 -0000 1.2
***************
*** 51,57 ****
static int ResetHandle(Ns_DbHandle *handle);
- static void SetTransactionState(Ns_DbHandle *handle, char *sql);
-
-
/*
* Local variables defined in this file.
--- 51,54 ----
|