summaryrefslogtreecommitdiffstats
path: root/libutil/libutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'libutil/libutil.h')
-rw-r--r--libutil/libutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libutil/libutil.h b/libutil/libutil.h
index 4125b1a..6bebea0 100644
--- a/libutil/libutil.h
+++ b/libutil/libutil.h
@@ -48,6 +48,8 @@ struct utmp;
struct in_addr;
__BEGIN_DECLS
+int extattr_namespace_to_string(int namespace, char **string);
+int extattr_string_to_namespace(const char *string, int *namespace);
void login __P((struct utmp *_ut));
int login_tty __P((int _fd));
int logout __P((const char *_line));