]> git.ipfire.org Git - thirdparty/util-linux.git/blob - login-utils/islocal.h
Merge branch 'PR/libmount-exec-errors' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / login-utils / islocal.h
1 #ifndef UTIL_LINUX_LOGIN_ISLOCAL_H
2 #define UTIL_LINUX_LOGIN_ISLOCAL_H
3
4 extern int is_local(const char *user);
5
6 #endif /* UTIL_LINUX_LOGIN_ISLOCAL_H */