Skip to content

Commit

Permalink
added a header file for less warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Jan 23, 2002
1 parent d12dfe4 commit f976ed2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kame/kame/wru/wru.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: wru.c,v 1.4 2002/01/21 08:23:21 jinmei Exp $ */
/* $KAME: wru.c,v 1.5 2002/01/23 05:10:17 jinmei Exp $ */

/*
* Copyright (C) 2002 WIDE Project.
Expand Down Expand Up @@ -55,6 +55,7 @@
#include <err.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>

static void update_nonce __P((u_int8_t *, size_t));
static int do_reply __P((char *, int, int, char *, struct sockaddr *,
Expand Down

0 comments on commit f976ed2

Please sign in to comment.