mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-04 05:15:22 +00:00 
			
		
		
		
	Merged revisions 115104 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r115104 | tilghman | 2008-05-01 18:21:13 -0500 (Thu, 01 May 2008) | 10 lines 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/branches/1.6.0@115107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -64,7 +64,7 @@ struct odbc_obj {
 | 
				
			|||||||
 * This function really only ever worked with MySQL, where the statement handle is
 | 
					 * 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.
 | 
					 * 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
 | 
					 * \brief Retrieves a connected ODBC object
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user