make cpp safe, from Allan McRae
This commit is contained in:
@@ -1376,7 +1376,7 @@ out:
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct krb5_cccol_cursor {
|
struct krb5_cccol_cursor_data {
|
||||||
int idx;
|
int idx;
|
||||||
krb5_cc_cache_cursor cursor;
|
krb5_cc_cache_cursor cursor;
|
||||||
};
|
};
|
||||||
|
@@ -313,7 +313,7 @@ struct krb5_cc_ops;
|
|||||||
NULL)
|
NULL)
|
||||||
|
|
||||||
typedef void *krb5_cc_cursor;
|
typedef void *krb5_cc_cursor;
|
||||||
typedef struct krb5_cccol_cursor *krb5_cccol_cursor;
|
typedef struct krb5_cccol_cursor_data *krb5_cccol_cursor;
|
||||||
|
|
||||||
typedef struct krb5_ccache_data {
|
typedef struct krb5_ccache_data {
|
||||||
const struct krb5_cc_ops *ops;
|
const struct krb5_cc_ops *ops;
|
||||||
|
Reference in New Issue
Block a user