conditionalize

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1039 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-17 23:46:31 +00:00
parent 67f32a0a9d
commit 4b5aeca704

View File

@@ -38,6 +38,9 @@
/* $Id$ */
#ifndef _OTP_H
#define _OTP_H
#include <stdlib.h>
enum {OTPKEYSIZE = 8};
@@ -95,3 +98,5 @@ void *otp_db_open (void);
void otp_db_close (void *);
int otp_put (void *, OtpContext *ctx);
int otp_get (void *, OtpContext *ctx);
#endif /* _OTP_H */