Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / aklog / skipwrap.h
1 #ifndef _AKLOG_SKIPWRAP_H
2 #define _AKLOG_SKIPWRAP_H
3
4 int afs_krb5_skip_ticket_wrapper(char *tix, size_t tixlen, char **enc,
5 size_t *enclen);
6
7 #endif
8