diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2001-03-22 04:05:40 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2001-03-22 04:05:40 +0000 |
| commit | 4482ce0f57d085cc310d091ad610997f9bc02cd1 (patch) | |
| tree | 91abced8c1eb4ef541027449fd6ba98534cf669c /lib/libutil/libutil.h | |
| parent | 73770282cf8189048b013f1b32cc1e2bac469e06 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index a5e9d2858f8b..aa82caae3904 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)); |
