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:
Love Hörnquist Åstrand
2005-08-08 13:35:39 +00:00
parent da3079056e
commit 33ec7be97f

View File

@@ -427,14 +427,14 @@ send_do(int option, int init)
extern void auth_request(void); extern void auth_request(void);
#endif #endif
#ifdef ENCRYPTION #ifdef ENCRYPTION
extern void encrypt_send_support(); extern void encrypt_send_support(void);
#endif #endif
void void
willoption(int option) willoption(int option)
{ {
int changeok = 0; int changeok = 0;
void (*func)() = 0; void (*func)(void) = NULL;
/* /*
* process input from peer. * process input from peer.