This is required for the function to exist within the internal structure.

--
Bojan
diff -rauN apr-util-vanilla/include/private/apr_dbd_internal.h apr-util/include/private/apr_dbd_internal.h
--- apr-util-vanilla/include/private/apr_dbd_internal.h	2005-10-15 14:24:51.000000000 +1000
+++ apr-util/include/private/apr_dbd_internal.h	2006-02-14 16:36:38.000000000 +1100
@@ -246,6 +246,14 @@
                    apr_dbd_results_t **res, apr_dbd_prepared_t *statement,
                    int random, int nargs, const char **args);
 
+    /** get_name: get an entry name from a result set
+     *
+     *  @param res - result set pointer
+     *  @param col - entry number
+     *  @return name of the entry, or NULL if col is out of bounds.
+     */
+    const char* (*get_name)(const apr_dbd_results_t *res, int col);
+
 };
 
 /* Export mutex lock/unlock for drivers that need it */

Reply via email to