aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/large_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/large_obj.h')
-rw-r--r--src/bin/psql/large_obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/large_obj.h b/src/bin/psql/large_obj.h
index bb06867a2ec..3ddb2206bbb 100644
--- a/src/bin/psql/large_obj.h
+++ b/src/bin/psql/large_obj.h
@@ -7,6 +7,6 @@
bool do_lo_export(PsqlSettings *pset, const char *loid_arg, const char *filename_arg);
bool do_lo_import(PsqlSettings *pset, const char *filename_arg, const char *comment_arg);
bool do_lo_unlink(PsqlSettings *pset, const char *loid_arg);
-bool do_lo_list(PsqlSettings *pset, bool desc);
+bool do_lo_list(PsqlSettings *pset);
#endif /* LARGE_OBJ_H */