summaryrefslogtreecommitdiff
path: root/lib/rpmug.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmug.h')
-rw-r--r--lib/rpmug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmug.h b/lib/rpmug.h
index 35e5d631d..22d64eb88 100644
--- a/lib/rpmug.h
+++ b/lib/rpmug.h
@@ -3,8 +3,6 @@
#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);
@@ -13,6 +11,8 @@ const char * rpmugUname(uid_t uid);
const char * rpmugGname(gid_t gid);
+int rpmugInit(void);
+
void rpmugFree(void);
#endif /* _RPMUG_H */