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

Commit c06ecfb

Browse files
committed
extern char* crypt_getpwdfilename(void);
^^^^ gcc likes this
1 parent 6231e16 commit c06ecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/libpq/crypt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#define CRYPT_PWD_FILE "pg_pwd"
1515

16-
extern char* crypt_getpwdfilename();
16+
extern char* crypt_getpwdfilename(void);
1717
extern MsgType crypt_salt(const char* user);
1818
extern int crypt_verify(Port* port, const char* user, const char* pgpass);
1919

0 commit comments

Comments
 (0)