diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-25 07:25:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-25 07:25:37 +0000 |
commit | 0d302c36ee18b7bdf7ba34abbbc68c2b8e4b87c0 (patch) | |
tree | 54cce5315d548e22365285fbea5c620cf081034b /auth | |
parent | 8268b354e1b640a6df2773d3bb28455f3eef139a (diff) |
Initial revision
Diffstat (limited to 'auth')
-rw-r--r-- | auth/authmutations.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auth/authmutations.h b/auth/authmutations.h new file mode 100644 index 00000000..63b2f540 --- /dev/null +++ b/auth/authmutations.h @@ -0,0 +1,6 @@ +/* CPP definitions for MiG processing of auth.defs for auth server. */ + +#define AUTH_INTRAN authhandle_t auth_port_to_handle (auth_t) +#define AUTH_DESTRUCTOR ports_port_deref (authhandle_t) + +#define AUTH_IMPORTS import "auth_mig.h"; |