opnsense-ports/databases/apq-pgsql/files/patch-src_notices.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

12 lines
298 B
C

--- 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 :
*/