Added src/libconfig so distribution
[collectd.git] / src / libconfig / getuid.h
1 #ifndef _LC_GETUID_H
2 #define _LC_GETUID_H
3
4 typedef int uid_t;
5
6 uid_t getuid(void);
7
8 #endif