summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2008-08-16 01:14:58 +0000
committerEzra Peisach <epeisach@mit.edu>2008-08-16 01:14:58 +0000
commit809149e75030552759243f2a55471af34622418e (patch)
tree22a33c8d0209fa75f06274bdb2a97a6155fc759f /src/include
parentf0a6df2a4155034808e310a33c2994ff9e0dbca2 (diff)
Move internal cccursor structures/prototypes to the ccache private include
file. Functions are not exported from library. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20665 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 76c2ba0f4..8f9791bb9 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -2039,26 +2039,6 @@ extern const krb5_cc_ops *krb5_cc_dfl_ops;
krb5_error_code
krb5int_cc_os_default_name(krb5_context context, char **name);
-/*
- * Cursor for iterating over ccache types
- */
-struct krb5_cc_typecursor;
-typedef struct krb5_cc_typecursor *krb5_cc_typecursor;
-
-krb5_error_code
-krb5int_cc_typecursor_new(krb5_context context, krb5_cc_typecursor *cursor);
-
-krb5_error_code
-krb5int_cc_typecursor_next(
- krb5_context context,
- krb5_cc_typecursor cursor,
- const struct _krb5_cc_ops **ops);
-
-krb5_error_code
-krb5int_cc_typecursor_free(
- krb5_context context,
- krb5_cc_typecursor *cursor);
-
typedef struct _krb5_donot_replay {
krb5_magic magic;
krb5_ui_4 hash;