diff options
Diffstat (limited to 'psycopg/connection.h')
| -rw-r--r-- | psycopg/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psycopg/connection.h b/psycopg/connection.h index 7d2f66c..85e2d26 100644 --- a/psycopg/connection.h +++ b/psycopg/connection.h @@ -135,6 +135,7 @@ HIDDEN int conn_poll(connectionObject *self); HIDDEN int conn_tpc_begin(connectionObject *self, XidObject *xid); HIDDEN int conn_tpc_command(connectionObject *self, const char *cmd, XidObject *xid); +HIDDEN PyObject *conn_tpc_recover(connectionObject *self); /* exception-raising macros */ #define EXC_IF_CONN_CLOSED(self) if ((self)->closed > 0) { \ |
