Changeset - 258e2ea4b98b
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2010-02-09 22:02:51
ohnobinki@ohnopublishing.net
typo Discconnect->Disconnect
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/mysql.h
Show inline comments
 
@@ -37,13 +37,13 @@ int mysqlConnect(distrend_mysql_con_t *c
 

	
 
/**
 
   cleans and disconnects MySQL connection
 
   @param conn connection to clean
 
   @return 0 onh success
 
*/
 
int mysqlDiscconnect(distrend_mysql_con_t conn);
 
int mysqlDisconnect(distrend_mysql_con_t conn);
 

	
 
/**
 
   performs mysql query.
 
   errors will be logged to the user by this function.
 
   @return pointer to query handle on success, NULL on failure
 
 */
0 comments (0 inline, 0 general)