]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/libuser.h
scriptreplay: cleanup usage()
[thirdparty/util-linux.git] / login-utils / libuser.h
CommitLineData
6adb1ef2
CM
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 */
b04f7d0e
KZ
10#ifndef UTIL_LINUX_LOGIN_LIBUSER_H
11#define UTIL_LINUX_LOGIN_LIBUSER_H
6adb1ef2
CM
12
13#include <sys/types.h>
14
15extern int set_value_libuser(const char *service_name, const char *username,
16 uid_t uid, const char *attr, const char *val);
b04f7d0e
KZ
17
18#endif /* UTIL_LINUX_LOGIN_LIBUSER_H */