From aa5b5408a77058de3c8e473726549ac9a8d725bd Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 22 Mar 2001 04:05:40 +0000 Subject: o Slap some "_"'s in front of variable names relating to extattr functions, so as not to pollute application namespace. Submitted by: bde --- libutil/libutil.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libutil/libutil.h b/libutil/libutil.h index a5e9d28..aa82caa 100644 --- a/libutil/libutil.h +++ b/libutil/libutil.h @@ -48,9 +48,9 @@ struct utmp; struct in_addr; __BEGIN_DECLS -int extattr_namespace_to_string __P((int attrnamespace, char **string)); -int extattr_string_to_namespace __P((const char *string, - int *attrnamespace)); +int extattr_namespace_to_string __P((int _attrnamespace, char **_string)); +int extattr_string_to_namespace __P((const char *_string, + int *_attrnamespace)); void login __P((struct utmp *_ut)); int login_tty __P((int _fd)); int logout __P((const char *_line)); -- cgit v1.2.3-56-ge451