aboutsummaryrefslogtreecommitdiff
path: root/src/include/pg_getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pg_getopt.h')
-rw-r--r--src/include/pg_getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_getopt.h b/src/include/pg_getopt.h
index 2e25576499a..c356ba197e1 100644
--- a/src/include/pg_getopt.h
+++ b/src/include/pg_getopt.h
@@ -40,7 +40,7 @@ extern int optreset;
#endif
#ifndef HAVE_GETOPT
-extern int getopt(int nargc, char *const * nargv, const char *ostr);
+extern int getopt(int nargc, char *const *nargv, const char *ostr);
#endif
#endif /* PG_GETOPT_H */