diff --git a/lib/otp/otp.h b/lib/otp/otp.h index 8c49bc7be..47720cf85 100644 --- a/lib/otp/otp.h +++ b/lib/otp/otp.h @@ -38,6 +38,9 @@ /* $Id$ */ +#ifndef _OTP_H +#define _OTP_H + #include 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 */