Add an entry for AUT_ZONENAME and the prototype for the au_to_zonename()

function that will be implemented shortly. This is being done for the
openbsm import.
This commit is contained in:
Christian S.J. Peron 2007-04-15 17:24:41 +00:00
parent 388596dffc
commit db8086c4fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168765

View File

@ -86,6 +86,7 @@
/* XXXRW: Additional X11 tokens not defined? */
#define AUT_CMD 0x51
#define AUT_EXIT 0x52
#define AUT_ZONENAME 0x60
/* XXXRW: OpenBSM AUT_HOST 0x70? */
#define AUT_ARG64 0x71
#define AUT_RETURN64 0x72
@ -329,6 +330,7 @@ token_t *au_to_exec_env(char **envp);
token_t *au_to_text(char *text);
token_t *au_to_kevent(struct kevent *kev);
token_t *au_to_trailer(int rec_size);
token_t *au_to_zonename(char *zonename);
__END_DECLS