blob: 63b2f540ebd293fea568c65acf2fae21cb97f201 (
plain)
1
2
3
4
5
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";
|