summaryrefslogtreecommitdiffstats
path: root/login-utils/islocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/islocal.h')
-rw-r--r--login-utils/islocal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/login-utils/islocal.h b/login-utils/islocal.h
new file mode 100644
index 0000000..11a1bed
--- /dev/null
+++ b/login-utils/islocal.h
@@ -0,0 +1,6 @@
+#ifndef UTIL_LINUX_LOGIN_ISLOCAL_H
+#define UTIL_LINUX_LOGIN_ISLOCAL_H
+
+extern int is_local(const char *user);
+
+#endif /* UTIL_LINUX_LOGIN_ISLOCAL_H */