]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
o Slap some "_"'s in front of variable names relating to extattr functions,
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 22 Mar 2001 04:05:40 +0000 (04:05 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 22 Mar 2001 04:05:40 +0000 (04:05 +0000)
  so as not to pollute application namespace.

Submitted by: bde

libutil/libutil.h

index a5e9d2858f8b362d95bd3131d754dd4d6eb52812..aa82caae39049c809babc27e95d29a9172bc748b 100644 (file)
@@ -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));