From edfeb493f9d95e64b747a11abb528d81da47b16a Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Thu, 28 Nov 2013 14:43:31 +0100 Subject: auth: add a payload-aware intrans function * auth/mig-mutate.h: Add mutator. * auth/mig-decls.h (auth_payload_to_handle): New function. --- auth/mig-mutate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'auth/mig-mutate.h') diff --git a/auth/mig-mutate.h b/auth/mig-mutate.h index ea40c707..5cc89147 100644 --- a/auth/mig-mutate.h +++ b/auth/mig-mutate.h @@ -20,5 +20,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_INTRAN_PAYLOAD authhandle_t auth_payload_to_handle #define AUTH_DESTRUCTOR end_using_authhandle (authhandle_t) #define AUTH_IMPORTS import "mig-decls.h"; -- cgit v1.2.3