summaryrefslogtreecommitdiffstats
path: root/login-utils/islocal.h
diff options
context:
space:
mode:
authorJames Youngman2008-04-12 13:53:07 +0200
committerKarel Zak2008-04-14 13:12:14 +0200
commit8e0259728e6b7c447d795898f60a9281053c8303 (patch)
tree4a6c4c13bb423513fefb035df70f48c1f46f1866 /login-utils/islocal.h
parentdocs: cleanup README.devel, add note about coding style and Signed-off-by (diff)
downloadkernel-qcow2-util-linux-8e0259728e6b7c447d795898f60a9281053c8303.tar.gz
kernel-qcow2-util-linux-8e0259728e6b7c447d795898f60a9281053c8303.tar.xz
kernel-qcow2-util-linux-8e0259728e6b7c447d795898f60a9281053c8303.zip
login: rewrite is_local() to remove limits on line length
Signed-off-by: James Youngman <jay@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/islocal.h')
-rw-r--r--login-utils/islocal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/islocal.h b/login-utils/islocal.h
index 305bc57c6..2c5879906 100644
--- a/login-utils/islocal.h
+++ b/login-utils/islocal.h
@@ -1 +1 @@
-extern int is_local(char *user);
+extern int is_local(const char *user);