summaryrefslogtreecommitdiff
path: root/lib/rpmug.h
blob: 35e5d631d104544db7217af0a4fd14ac7badb56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _RPMUG_H
#define _RPMUG_H

#include <sys/types.h>

const char * rpmugStashStr(const char *str);

int rpmugUid(const char * name, uid_t * uid);

int rpmugGid(const char * name, gid_t * gid);

const char * rpmugUname(uid_t uid);

const char * rpmugGname(gid_t gid);

void rpmugFree(void);

#endif /* _RPMUG_H */