From: Bruce Momjian Date: Tue, 26 Oct 1999 05:16:00 +0000 (+0000) Subject: update X-Git-Tag: REL7_0~1258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e44249b6e6fd451ff16987127a620a95a924071;p=postgresql update --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index b54eb37a9f..2178a07416 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1319,7 +1319,7 @@ void PQuntrace(PGconn *conn) PQsetNoticeProcessor Control reporting of notice and warning messages generated by libpq. -void PQsetNoticeProcessor (PGconn * conn, +PQnoticeProcessor PQsetNoticeProcessor (PGconn * conn, void (*noticeProcessor) (void * arg, const char * message), void * arg)