summaryrefslogtreecommitdiffstats
path: root/lib/libutil/libutil.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-22 04:05:40 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-22 04:05:40 +0000
commit54e557f5af033ff6ace1603826b3c693033d1dd9 (patch)
treebc3b4dde8c374c46669ad98c20a8c6a33369960b /lib/libutil/libutil.h
parent3df62c984919e0f77c25842243d01b0d18f96353 (diff)
downloadFreeBSD-src-54e557f5af033ff6ace1603826b3c693033d1dd9.zip
FreeBSD-src-54e557f5af033ff6ace1603826b3c693033d1dd9.tar.gz
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 'lib/libutil/libutil.h')
-rw-r--r--lib/libutil/libutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index a5e9d28..aa82caa 100644
--- a/lib/libutil/libutil.h
+++ b/lib/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));
OpenPOWER on IntegriCloud