diff options
Diffstat (limited to 'auth/auth_mig.h')
-rw-r--r-- | auth/auth_mig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth_mig.h b/auth/auth_mig.h index 524cabae..eac61cf5 100644 --- a/auth/auth_mig.h +++ b/auth/auth_mig.h @@ -20,4 +20,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ struct apt *convert_auth_to_idblock (auth_t); +typedef struct apt *aptptr_t; |