mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
pgindent run before 6.3 release, with Thomas' requested changes.
This commit is contained in:
@@ -15,15 +15,17 @@
|
||||
#define CRYPT_PWD_FILE_SEPCHAR "'\\t'"
|
||||
#define CRYPT_PWD_FILE_SEPSTR "\t"
|
||||
#define CRYPT_PWD_RELOAD_SUFX ".reload"
|
||||
|
||||
extern char** pwd_cache;
|
||||
extern int pwd_cache_count;
|
||||
|
||||
extern char* crypt_getpwdfilename(void);
|
||||
extern char* crypt_getpwdreloadfilename(void);
|
||||
extern char **pwd_cache;
|
||||
extern int pwd_cache_count;
|
||||
|
||||
extern char *crypt_getpwdfilename(void);
|
||||
extern char *crypt_getpwdreloadfilename(void);
|
||||
|
||||
#if 0
|
||||
extern MsgType crypt_salt(const char* user);
|
||||
#endif
|
||||
extern int crypt_verify(Port* port, const char* user, const char* pgpass);
|
||||
extern MsgType crypt_salt(const char *user);
|
||||
|
||||
#endif
|
||||
extern int crypt_verify(Port *port, const char *user, const char *pgpass);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user