From 0ad3d0f1c05e27733c1f94c64cd379aadf8123f3 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 12 May 1997 10:36:14 +0000 Subject: Make uu_* const correct. Suggested by: joerg --- libutil/libutil.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libutil') diff --git a/libutil/libutil.h b/libutil/libutil.h index 3db5263..50c7c66 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file providing the above * conditions are met. * - * $Id: libutil.h,v 1.6 1997/03/31 22:47:53 brian Exp $ + * $Id: libutil.h,v 1.7 1997/05/10 18:55:37 davidn Exp $ */ #ifndef _LIBUTIL_H_ @@ -41,9 +41,9 @@ int openpty __P((int *amaster, int *aslave, char *name, struct termios *termp, struct winsize *winp)); int forkpty __P((int *amaster, char *name, struct termios *termp, struct winsize *winp)); -char *uu_lockerr __P((int uu_lockresult)); -int uu_lock __P((char *ttyname)); -int uu_unlock __P((char *ttyname)); +const char *uu_lockerr __P((int uu_lockresult)); +int uu_lock __P((const char *ttyname)); +int uu_unlock __P((const char *ttyname)); int _secure_path __P((const char *path, uid_t uid, gid_t gid)); __END_DECLS -- cgit v1.2.3-56-ge451