diff options
Diffstat (limited to 'psycopg/pqpath.c')
-rw-r--r-- | psycopg/pqpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/psycopg/pqpath.c b/psycopg/pqpath.c index 9cc7c15..a7f7a7c 100644 --- a/psycopg/pqpath.c +++ b/psycopg/pqpath.c @@ -237,7 +237,7 @@ pq_set_critical(connectionObject *conn, const char *msg) else conn->critical = NULL; } -void +static void pq_clear_critical(connectionObject *conn) { /* sometimes we know that the notice analizer set a critical that @@ -283,7 +283,7 @@ pq_resolve_critical(connectionObject *conn, int close) this function does not call any Py_*_ALLOW_THREADS macros */ -void +static void pq_clear_async(connectionObject *conn) { PGresult *pgres; |