r9977: 07 Sep 2004 Kevin Rosenberg <kevin@rosenberg.net>
[clsql.git] / db-odbc / odbc-ff-interface.lisp
index 7b780233db545f6a9abbe95054e7cd25fa00b43a..d26648c744fa6737fb0e7be8e5d1d5918ab32bd9 100644 (file)
@@ -38,6 +38,7 @@
   :module "odbc"
   :returning :short)              ; RETCODE_SQL_API
 
+;; deprecated
 (def-function "SQLAllocConnect"
     ((henv sql-handle)          ; HENV        henv
      (*phdbc sql-handle-ptr)    ; HDBC   FAR *phdbc
@@ -75,6 +76,7 @@
   :module "odbc"
   :returning :short)              ; RETCODE_SQL_API
   
+;; deprecated
 (def-function "SQLAllocStmt"
     ((hdbc sql-handle)          ; HDBC        hdbc
      (*phstmt sql-handle-ptr)   ; HSTMT  FAR *phstmt