"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/lib-sql/sql-api.h" between
dovecot-2.3.16.tar.gz and dovecot-2.3.17.tar.gz

About: Dovecot is an IMAP and POP3 server, written with security primarily in mind.

sql-api.h  (dovecot-2.3.16):sql-api.h  (dovecot-2.3.17)
skipping to change at line 246 skipping to change at line 246
void sql_update_stmt(struct sql_transaction_context *ctx, void sql_update_stmt(struct sql_transaction_context *ctx,
struct sql_statement **stmt); struct sql_statement **stmt);
/* Save the number of rows updated by this query. The value is set before /* Save the number of rows updated by this query. The value is set before
commit callback is called. */ commit callback is called. */
void sql_update_get_rows(struct sql_transaction_context *ctx, const char *query, void sql_update_get_rows(struct sql_transaction_context *ctx, const char *query,
unsigned int *affected_rows); unsigned int *affected_rows);
void sql_update_stmt_get_rows(struct sql_transaction_context *ctx, void sql_update_stmt_get_rows(struct sql_transaction_context *ctx,
struct sql_statement **stmt, struct sql_statement **stmt,
unsigned int *affected_rows); unsigned int *affected_rows);
/* Wait for SQL query results. */
void sql_wait(struct sql_db *db);
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)