less warnings
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@908 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -81,7 +81,7 @@ int otp_challenge (OtpContext *ctx, char *user, char *str, size_t len);
|
||||
int otp_verify_user (OtpContext *ctx, char *passwd);
|
||||
int otp_verify_user_1 (OtpContext *ctx, char *passwd);
|
||||
|
||||
void *otp_db_open ();
|
||||
void *otp_db_open (void);
|
||||
void otp_db_close (void *);
|
||||
int otp_put (void *, OtpContext *ctx);
|
||||
int otp_get (void *, OtpContext *ctx);
|
||||
|
@@ -44,7 +44,7 @@ RCSID("$Id$");
|
||||
#include "otp_locl.h"
|
||||
|
||||
void *
|
||||
otp_db_open ()
|
||||
otp_db_open (void)
|
||||
{
|
||||
int lock;
|
||||
|
||||
|
Reference in New Issue
Block a user