summaryrefslogtreecommitdiffstats
path: root/libutil
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-03-22 04:05:40 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-03-22 04:05:40 +0000
commitaa5b5408a77058de3c8e473726549ac9a8d725bd (patch)
tree2a3939e0879808953307adfaa7f7455eaec16152 /libutil
parent6df087d66925eedec432011dced7b61950e28788 (diff)
downloadpw-darwin-aa5b5408a77058de3c8e473726549ac9a8d725bd.tar.gz
pw-darwin-aa5b5408a77058de3c8e473726549ac9a8d725bd.tar.zst
pw-darwin-aa5b5408a77058de3c8e473726549ac9a8d725bd.zip
o Slap some "_"'s in front of variable names relating to extattr functions,
so as not to pollute application namespace. Submitted by: bde
Diffstat (limited to 'libutil')
-rw-r--r--libutil/libutil.h6
1 files 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));