From ccda27626c3c6cd1976164c34418d0fd2f920b62 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 3 Feb 2008 20:11:04 +0000 Subject: Larn does not need its own private versions of functions from . Also, remove the function gettokstr(), which is not used. From larn 12.2. --- larn/extern.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'larn/extern.h') diff --git a/larn/extern.h b/larn/extern.h index 71cad280..9b342a45 100644 --- a/larn/extern.h +++ b/larn/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.8 2008/02/03 19:20:41 dholland Exp $ */ +/* $NetBSD: extern.h,v 1.9 2008/02/03 20:11:04 dholland Exp $ */ /* * Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -95,7 +95,6 @@ int stealsomething(void); int emptyhanded(void); void creategem(void); void adjustcvalues(int, int); -void gettokstr(char *); int getpassword(void); int getyn(void); int packweight(void); -- cgit v1.2.3