PageRenderTime 43ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/src/util/username.h

https://bitbucket.org/jlh/postfix-xtls_policy
C Header | 29 lines | 4 code | 4 blank | 21 comment | 0 complexity | 8a7de54fadb786e3b20057b0ad1c1f95 MD5 | raw file
Possible License(s): IPL-1.0, AGPL-3.0
  1. #ifndef _USERNAME_H_INCLUDED_
  2. #define _USERNAME_H_INCLUDED_
  3. /*++
  4. /* NAME
  5. /* username 3h
  6. /* SUMMARY
  7. /* lookup name of real user
  8. /* SYNOPSIS
  9. /* #include <username.h>
  10. /* DESCRIPTION
  11. /* .nf
  12. /* External interface. */
  13. extern const char *username(void);
  14. /* LICENSE
  15. /* .ad
  16. /* .fi
  17. /* The Secure Mailer license must be distributed with this software.
  18. /* AUTHOR(S)
  19. /* Wietse Venema
  20. /* IBM T.J. Watson Research
  21. /* P.O. Box 704
  22. /* Yorktown Heights, NY 10598, USA
  23. /*--*/
  24. #endif