summaryrefslogtreecommitdiffstats
path: root/Include/bltinmodule.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-12-30 15:33:50 (GMT)
committerGuido van Rossum <guido@python.org>1994-12-30 15:33:50 (GMT)
commit66cb311fba7e824f11964090bce8b6b91f00d2e4 (patch)
treeec10c17a1a9e8b7526e8cd8f73578e269cc50740 /Include/bltinmodule.h
parent31b7727bad6ba50feaf597a823c41c1a923e7855 (diff)
downloadcpython-66cb311fba7e824f11964090bce8b6b91f00d2e4.zip
cpython-66cb311fba7e824f11964090bce8b6b91f00d2e4.tar.gz
cpython-66cb311fba7e824f11964090bce8b6b91f00d2e4.tar.bz2
Lots of small things, see ChangeLog
Diffstat (limited to 'Include/bltinmodule.h')
-rw-r--r--Include/bltinmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/bltinmodule.h b/Include/bltinmodule.h
index e4f47e0..d000aaa 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