summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache/rc_base.h
blob: b8687f2fef0393d031064176e49bb3d2f6f3f823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- mode: c; indent-tabs-mode: nil -*- */
/*
 * lib/krb5/rcache/rc_base.h
 *
 * This file of the Kerberos V5 software is derived from public-domain code
 * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
 *
 */

#ifndef KRB5_RC_H
#define KRB5_RC_H
#include "k5-int.h"

/* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */

#endif