#include <sys/cdefs.h>
+#define PROPERTY_MAX_NAME 64
+#define PROPERTY_MAX_VALUE 512
+
/* for properties.c */
typedef struct _property {
struct _property *next;
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));
void login __P((struct utmp *_ut));
int login_tty __P((int _fd));
int logout __P((const char *_line));