typedef of krb5_ccache
authorBarry Jaspan <bjaspan@mit.edu>
Sat, 20 Jan 1990 17:10:54 +0000 (17:10 +0000)
committerBarry Jaspan <bjaspan@mit.edu>
Sat, 20 Jan 1990 17:10:54 +0000 (17:10 +0000)
bjaspan: changed "struct krb5_cc_ops" to "struct _krb5_cc_ops" in

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@157 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ccache.h

index 70125fe38203a59cc2e1ceebbd52300a357f820c..cecfa0fc2a1f051eec52898173bc184437b30ba0 100644 (file)
@@ -19,7 +19,7 @@
 typedef        krb5_pointer    krb5_cc_cursor; /* cursor for sequential lookup */
 
 typedef struct _krb5_ccache {
-       struct krb5_cc_ops *ops;
+       struct _krb5_cc_ops *ops;
        void *data;
 } *krb5_ccache;