mirror of https://github.com/postgres/postgres
Per suggestion from Peter E and Alvaropull/6/head
parent
423e1211a8
commit
111022eac6
@ -0,0 +1,15 @@ |
||||
/*
|
||||
* username.h |
||||
* lookup effective username |
||||
* |
||||
* Copyright (c) 2003-2014, PostgreSQL Global Development Group |
||||
* |
||||
* src/include/common/username.h |
||||
*/ |
||||
#ifndef USERNAME_H |
||||
#define USERNAME_H |
||||
|
||||
extern const char *get_user_name(char **errstr); |
||||
extern const char *get_user_name_or_exit(const char *progname); |
||||
|
||||
#endif /* USERNAME_H */ |
||||
Loading…
Reference in new issue