summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libutil/libutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index 1bb4b9f..18fb83f 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -47,7 +47,7 @@ struct in_addr;
__BEGIN_DECLS
void login __P((struct utmp *_ut));
int login_tty __P((int _fd));
-int logout __P((char *_line));
+int logout __P((const char *_line));
void logwtmp __P((const char *_line, const char *_name, const char *_host));
void trimdomain __P((char *_fullhost, int _hostsize));
int openpty __P((int *_amaster, int *_aslave, char *_name,