gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
337B

  1. /*
  2. * username.h
  3. * lookup effective username
  4. *
  5. * Copyright (c) 2003-2019, PostgreSQL Global Development Group
  6. *
  7. * src/include/common/username.h
  8. */
  9. #ifndef USERNAME_H
  10. #define USERNAME_H
  11. extern const char *get_user_name(char **errstr);
  12. extern const char *get_user_name_or_exit(const char *progname);
  13. #endif /* USERNAME_H */
上海开阖软件有限公司 沪ICP备12045867号-1