From 66cb311fba7e824f11964090bce8b6b91f00d2e4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 30 Dec 1994 15:33:50 +0000 Subject: Lots of small things, see ChangeLog --- Include/bltinmodule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/bltinmodule.h') diff --git a/Include/bltinmodule.h b/Include/bltinmodule.h index e4f47e0a37..d000aaaa6f 100644 --- a/Include/bltinmodule.h +++ b/Include/bltinmodule.h @@ -31,6 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Built-in module interface */ extern object *getbuiltin PROTO((object *)); +extern object *getbuiltins PROTO((char *)); extern int setbuiltin PROTO((char *, object *)); #ifdef __cplusplus -- cgit v1.2.1