diff options
author | 2003-06-25 21:24:53 +0000 | |
---|---|---|
committer | 2003-06-25 21:24:53 +0000 | |
commit | 20658a10c873e2fc07f3c15057ee8565607f87ea (patch) | |
tree | da09282c974a400fa576ff7aa843e8ddec3b876f | |
parent | proto repairs (diff) | |
download | wireguard-openbsd-20658a10c873e2fc07f3c15057ee8565607f87ea.tar.xz wireguard-openbsd-20658a10c873e2fc07f3c15057ee8565607f87ea.zip |
delete junk proto
-rw-r--r-- | usr.bin/indent/indent_globs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 85beb337523..c04ae46faff 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: indent_globs.h,v 1.9 2003/06/12 01:07:27 deraadt Exp $*/ +/* * $OpenBSD: indent_globs.h,v 1.10 2003/06/25 21:24:53 deraadt Exp $*/ /* * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 @@ -206,7 +206,6 @@ struct fstate { char size; int allcaps:1; }; -char *chfont(); struct fstate keywordf, /* keyword font */ |