]> git.ipfire.org Git - thirdparty/util-linux.git/blob - login-utils/libuser.h
scriptreplay: cleanup usage()
[thirdparty/util-linux.git] / login-utils / libuser.h
1 /*
2 * libuser.h -- Utilize libuser to set a user attribute
3 * (c) 2012 by Cody Maloney <cmaloney@theoreticalchaos.com>
4 *
5 * this program is free software. you can redistribute it and
6 * modify it under the terms of the gnu general public license.
7 * there is no warranty.
8 *
9 */
10 #ifndef UTIL_LINUX_LOGIN_LIBUSER_H
11 #define UTIL_LINUX_LOGIN_LIBUSER_H
12
13 #include <sys/types.h>
14
15 extern int set_value_libuser(const char *service_name, const char *username,
16 uid_t uid, const char *attr, const char *val);
17
18 #endif /* UTIL_LINUX_LOGIN_LIBUSER_H */