diff options
Diffstat (limited to 'src/gpgrt-int.h')
-rw-r--r-- | src/gpgrt-int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h index cc22004..629f527 100644 --- a/src/gpgrt-int.h +++ b/src/gpgrt-int.h @@ -795,6 +795,9 @@ char *_gpgrt_getcwd (void); /* Return the home directory of user NAME. */ char *_gpgrt_getpwdir (const char *name); +/* Return the account name of the current user. */ +char *_gpgrt_getusername (void); + /* Expand and concat file name parts. */ char *_gpgrt_vfnameconcat (int want_abs, const char *first_part, va_list arg_ptr); |