libsysutils

diff include/user.h @ 0:a8277d8f687a

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Feb 2015 01:33:54 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/include/user.h	Thu Feb 19 01:33:54 2015 +0200
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef LIBSYSUTILS_USER_H_
     1.5 +#define LIBSYSUTILS_USER_H_
     1.6 +
     1.7 +const char *sysu_username(void);
     1.8 +const char *sysu_realname(void);
     1.9 +const char *sysu_homedir(void);
    1.10 +
    1.11 +#endif	/* LIBSYSUTILS_USER_H_ */