summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache/rc_base.h
blob: f931450091cf18998af6c958377bcaf830d5da07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
Copyright 1990, Daniel J. Bernstein. All rights reserved.

Please address any questions or comments to the author at brnstnd@acf10.nyu.edu.
*/

#ifndef KRB5_RC_H
#define KRB5_RC_H
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>

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

#endif