Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/databases/apq-pgsql/files/patch-src_notices.c
16124 views
1
--- src/notices.c.orig 2012-04-26 16:10:18.000000000 -0500
2
+++ src/notices.c
3
@@ -31,6 +31,9 @@
4
#include <stdio.h>
5
#include <libpq-fe.h>
6
7
+void notice_install (PGconn *, void *);
8
+void notice_uninstall (PGconn *);
9
+
10
/*
11
* Connection_Notify is an Ada procedure using C calling convention :
12
*/
13
14