r9957: 2 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / db-odbc / odbc-ff-interface.lisp
index 4fbb8356dc6884378e460ba4e889845e29892a61..ba3362e9b3e2c49690ad570f30605ece7bdc5a52 100644 (file)
@@ -6,7 +6,7 @@
 ;;;; Purpose:  Function definitions for UFFI interface to ODBC
 ;;;; Author:   Kevin M. Rosenberg
 ;;;;
-;;;; $Id: odbc-package.lisp 7061 2003-09-07 06:34:45Z kevin $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;; and Copyright (C) Paul Meurer 1999 - 2001. All rights reserved.
      (*value :pointer-void)
      (szLength :int))
   :module "odbc"
-  :returning :int)
+  :returning :short)
 
 (def-function "SQLTables"
     ((hstmt :pointer-void)