summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r--src/bin/psql/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h
index 8037cbc0a0d..cfe0dadfd66 100644
--- a/src/bin/psql/common.h
+++ b/src/bin/psql/common.h
@@ -61,6 +61,6 @@ extern bool is_superuser(void);
extern bool standard_strings(void);
extern const char *session_username(void);
-extern char *expand_tilde(char **filename);
+extern void expand_tilde(char **filename);
#endif /* COMMON_H */