diff options
Diffstat (limited to 'auth/auth_mig.h')
-rw-r--r-- | auth/auth_mig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auth/auth_mig.h b/auth/auth_mig.h new file mode 100644 index 00000000..d919c1b9 --- /dev/null +++ b/auth/auth_mig.h @@ -0,0 +1,5 @@ +typedef struct authhandle *authhandle_t; + +authhandle_t auth_port_to_handle (auth_t); + +#include <hurd/ports.h> |