diff options
Diffstat (limited to 'psycopg/cursor.h')
| -rw-r--r-- | psycopg/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psycopg/cursor.h b/psycopg/cursor.h index 0fd1c69..a422283 100644 --- a/psycopg/cursor.h +++ b/psycopg/cursor.h @@ -86,6 +86,7 @@ typedef struct { /* C-callable functions in cursor_int.c and cursor_ext.c */ HIDDEN void curs_reset(cursorObject *self); +HIDDEN void curs_get_last_result(cursorObject *self); /* exception-raising macros */ #define EXC_IF_CURS_CLOSED(self) \ |
