]> git.ipfire.org Git - thirdparty/util-linux.git/blame - login-utils/libuser.h
Merge branch 'mps_losetup_has_device_inline' of https://github.com/marcosps/util...
[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 */
10
11#include <sys/types.h>
12
13extern int set_value_libuser(const char *service_name, const char *username,
14 uid_t uid, const char *attr, const char *val);