Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9e44249

Browse files
committed
update
1 parent c5884e0 commit 9e44249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ void PQuntrace(PGconn *conn)
13191319
<Function>PQsetNoticeProcessor</Function>
13201320
Control reporting of notice and warning messages generated by libpq.
13211321
<synopsis>
1322-
void PQsetNoticeProcessor (PGconn * conn,
1322+
PQnoticeProcessor PQsetNoticeProcessor (PGconn * conn,
13231323
void (*noticeProcessor) (void * arg, const char * message),
13241324
void * arg)
13251325
</synopsis>

0 commit comments

Comments
 (0)