Skip to content

Commit

Permalink
remove unused static function prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Jan 9, 2000
1 parent e713e77 commit 7a2e917
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kame/kame/racoon/isakmp_base.c
Expand Up @@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* YIPS @(#)$Id: isakmp_base.c,v 1.2 2000/01/09 22:59:35 sakane Exp $ */
/* YIPS @(#)$Id: isakmp_base.c,v 1.3 2000/01/09 23:52:30 itojun Exp $ */

/* Base Exchange (Base Mode) */

Expand Down Expand Up @@ -69,7 +69,6 @@
#include "isakmp_inf.h"

static vchar_t *base_ir2sendmx __P((struct ph1handle *));
static vchar_t *base_ir3sendmx __P((struct ph1handle *));

/* %%%
* begin Identity Protection Mode as initiator.
Expand Down

0 comments on commit 7a2e917

Please sign in to comment.