minor modifications to avoid warnings

This commit is contained in:
cvs
2001-08-08 11:05:49 +00:00
parent 0fac95ea9b
commit 0604761252
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
#include "status.h"
#include "interrupt.h"
#include "devexec.h"
#undef VALUECHANGE
#define VALUECHANGE 2
static Status eCode = eEager;

View File

@ -17,7 +17,7 @@ static char *hostname, *looser, *password;
static int port;
static mkChannel *connection = NULL;
/*-----------------------------------------------------------------------*/
static void syncLogin()
static void syncLogin(void)
{
int test, i;
char pBueffel[1024], pRead[80];