less warnings

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@483 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-05-04 23:58:00 +00:00
parent 6ca301c2db
commit 279e4359fe
4 changed files with 19 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ extern state_table * pop_get_command();
int hangup = FALSE ;
static RETSIGTYPE
catchSIGHUP()
catchSIGHUP(int sig)
{
hangup = TRUE ;
@@ -30,7 +30,7 @@ int pop_timeout = POP_TIMEOUT;
jmp_buf env;
static RETSIGTYPE
ring()
ring(int sig)
{
longjmp(env,1);
}