diff options
-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"; |