src/evsql.h
changeset 30 d8fabd347a8e
parent 28 e944453ca924
child 31 7804cd7b5cd5
--- a/src/evsql.h	Thu Oct 16 22:04:53 2008 +0300
+++ b/src/evsql.h	Thu Oct 16 22:56:29 2008 +0300
@@ -231,6 +231,7 @@
 
 // fetch the raw binary value from a result set, and return it via ptr
 // if size is nonzero, check that the size of the field data matches
+int evsql_result_buf    (const struct evsql_result_info *res, size_t row, size_t col, const char **ptr, size_t *size, int nullok);
 int evsql_result_binary (const struct evsql_result_info *res, size_t row, size_t col, const char **ptr, size_t size, int nullok);
 int evsql_result_string (const struct evsql_result_info *res, size_t row, size_t col, const char **ptr, int nullok);