diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-04-18 17:46:04 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-04-18 17:46:04 +0000 |
| commit | 4f026e84525908363307da27e0b6ba67b4f44faf (patch) | |
| tree | f0bf446f969b3c6632c9ea1c097a03816a984f04 /src | |
| parent | 26af7a56857db8f36b7f6c7f7750ef66e5a43230 (diff) | |
| download | krb5-4f026e84525908363307da27e0b6ba67b4f44faf.tar.gz krb5-4f026e84525908363307da27e0b6ba67b4f44faf.tar.xz krb5-4f026e84525908363307da27e0b6ba67b4f44faf.zip | |
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@496 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/krb/int-proto.h | 37 |
1 files changed, 37 insertions, 0 deletions
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 + * <krb5/mit-copyright.h>. + * + * Function prototypes for Kerberos V5 library internal functions. + */ + +#include <krb5/copyright.h> + +#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__ */ + |
