Consistently libpq forward declaration in remote_commands.h.

pull/1938/head
Andres Freund 2017-01-20 22:27:50 -08:00
parent f3cbe57c60
commit 9d3d6a2c22
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ extern void ExecuteCriticalRemoteCommand(MultiConnection *connection,
const char *command);
extern int ExecuteOptionalRemoteCommand(MultiConnection *connection,
const char *command,
PGresult **result);
struct pg_result **result);
extern int SendRemoteCommand(MultiConnection *connection, const char *command);
extern int SendRemoteCommandParams(MultiConnection *connection, const char *command,
int parameterCount, const Oid *parameterTypes,