mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@20 7dcaeef0-15fb-0310-b436-a5af3365683c
9 lines
91 B
C
9 lines
91 B
C
#ifndef _LC_GETUID_H
|
|
#define _LC_GETUID_H
|
|
|
|
typedef int uid_t;
|
|
|
|
uid_t getuid(void);
|
|
|
|
#endif
|