summaryrefslogtreecommitdiffstats
path: root/hack/def.func_tab.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-08-12 07:28:40 +0000
committerdholland <dholland@NetBSD.org>2009-08-12 07:28:40 +0000
commit8b1c71ee649fb41155da92995044e451c39ea700 (patch)
tree24e74c8d453828689bfeac45e6162912f3c42d76 /hack/def.func_tab.h
parent31f496067cd42ce5ff71163efa5921ab6522e4aa (diff)
downloadbsdgames-darwin-8b1c71ee649fb41155da92995044e451c39ea700.tar.gz
bsdgames-darwin-8b1c71ee649fb41155da92995044e451c39ea700.tar.zst
bsdgames-darwin-8b1c71ee649fb41155da92995044e451c39ea700.zip
sprinkle static
Diffstat (limited to 'hack/def.func_tab.h')
-rw-r--r--hack/def.func_tab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/def.func_tab.h b/hack/def.func_tab.h
index 78957e07..d92c3e3d 100644
--- a/hack/def.func_tab.h
+++ b/hack/def.func_tab.h
@@ -1,4 +1,4 @@
-/* $NetBSD: def.func_tab.h,v 1.7 2004/01/27 20:30:29 jsm Exp $ */
+/* $NetBSD: def.func_tab.h,v 1.8 2009/08/12 07:28:40 dholland Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -68,12 +68,12 @@ struct func_tab {
int (*f_funct)(void);
};
-extern const struct func_tab cmdlist[];
+/*extern const struct func_tab cmdlist[];*/
struct ext_func_tab {
const char *ef_txt;
int (*ef_funct)(void);
};
-extern const struct ext_func_tab extcmdlist[];
+/*extern const struct ext_func_tab extcmdlist[];*/
#endif /* _DEF_FUNC_TAB_H_ */