blob: 1a8a30e827f48d746dc2f64608c4eab620838e9b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/notices.c.orig 2012-04-26 16:10:18.000000000 -0500
+++ src/notices.c
@@ -31,6 +31,9 @@
#include <stdio.h>
#include <libpq-fe.h>
+void notice_install (PGconn *, void *);
+void notice_uninstall (PGconn *);
+
/*
* Connection_Notify is an Ada procedure using C calling convention :
*/
|