summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-05-01 23:21:13 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-05-01 23:21:13 +0000
commit9e82fd7ec4c6b2ba250ba2c204fbb4fbd415f31c (patch)
tree6ee277cff270b1b0dbe8d6be0f510be21b2a1de7 /include/asterisk
parent4f3e4e22ef237943c3d68aa6ca4c9aa119323397 (diff)
Merged revisions 115102 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r115102 | tilghman | 2008-05-01 18:20:25 -0500 (Thu, 01 May 2008) | 2 lines Change the comment of deprecated to an actual compiler deprecation ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/res_odbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/res_odbc.h b/include/asterisk/res_odbc.h
index 0a4b4b58f..3325cb729 100644
--- a/include/asterisk/res_odbc.h
+++ b/include/asterisk/res_odbc.h
@@ -64,7 +64,7 @@ struct odbc_obj {
* This function really only ever worked with MySQL, where the statement handle is
* not prepared on the server. If you are not using MySQL, you should avoid it.
*/
-int ast_odbc_smart_execute(struct odbc_obj *obj, SQLHSTMT stmt); /* DEPRECATED */
+int ast_odbc_smart_execute(struct odbc_obj *obj, SQLHSTMT stmt) __attribute__ ((deprecated));
/*!
* \brief Retrieves a connected ODBC object