Fix ansi c warning.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15843 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -427,14 +427,14 @@ send_do(int option, int init)
|
||||
extern void auth_request(void);
|
||||
#endif
|
||||
#ifdef ENCRYPTION
|
||||
extern void encrypt_send_support();
|
||||
extern void encrypt_send_support(void);
|
||||
#endif
|
||||
|
||||
void
|
||||
willoption(int option)
|
||||
{
|
||||
int changeok = 0;
|
||||
void (*func)() = 0;
|
||||
void (*func)(void) = NULL;
|
||||
|
||||
/*
|
||||
* process input from peer.
|
||||
|
Reference in New Issue
Block a user