From: John Kohl Date: Wed, 18 Apr 1990 17:46:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: krb5-1.0-alpha2~899 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f026e84525908363307da27e0b6ba67b4f44faf;p=krb5.git *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@496 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h new file mode 100644 index 000000000..54b6ea2a4 --- /dev/null +++ b/src/lib/krb5/krb/int-proto.h @@ -0,0 +1,37 @@ +/* + * $Source$ + * $Author$ + * $Id$ + * + * Copyright 1990 by the Massachusetts Institute of Technology. + * + * For copying and distribution information, please see the file + * . + * + * Function prototypes for Kerberos V5 library internal functions. + */ + +#include + +#ifndef __KRB5_INT_FUNC_PROTO__ +#define __KRB5_INT_FUNC_PROTO__ +krb5_error_code krb5_tgtname + PROTOTYPE((krb5_principal, + krb5_principal, + krb5_principal *)); +krb5_error_code krb5_get_cred_via_tgt + PROTOTYPE((const krb5_creds *, + const krb5_flags, + const krb5_enctype, + const krb5_cksumtype, + const krb5_address **, + krb5_creds * )); +krb5_error_code krb5_walk_realm_tree + PROTOTYPE((krb5_principal, + krb5_principal, + krb5_principal **)); +krb5_error_code krb5_free_realm_tree + PROTOTYPE((krb5_principal *)); + +#endif /* __KRB5_INT_FUNC_PROTO__ */ +