rc_base.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* 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 <stdlib.h>
#include "k5-int.h"
/* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */
#endif