00001 #ifndef _AKLOG_SKIPWRAP_H 00002 #define _AKLOG_SKIPWRAP_H 00003 00004 int afs_krb5_skip_ticket_wrapper(char *tix, size_t tixlen, char **enc, 00005 size_t *enclen); 00006 00007 #endif 00008