summaryrefslogtreecommitdiff
path: root/Include/modsupport.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-09-28 15:44:39 +0000
committerGuido van Rossum <guido@python.org>1994-09-28 15:44:39 +0000
commit44cda284f5c61005bd1ae2a3237ceeb6cf47973e (patch)
treefe5335a54c24716da290a240c2355915b91194ca /Include/modsupport.h
parent8a2427abb7bcbcf890c877610ed0392fa35f4722 (diff)
downloadcpython-44cda284f5c61005bd1ae2a3237ceeb6cf47973e.tar.gz
ceval.h: added Py_MakePendingCalls()
classobject.h: added instancebinop() modsupport.h: added newgetargs() rename1.h: removed Py_FPROTO
Diffstat (limited to 'Include/modsupport.h')
-rw-r--r--Include/modsupport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h
index a1f3f1cdd3..69378cdbfc 100644
--- a/Include/modsupport.h
+++ b/Include/modsupport.h
@@ -35,6 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdarg.h>
extern int getargs PROTO((object *, char *, ...));
+extern int newgetargs PROTO((object *, char *, ...));
extern object *mkvalue PROTO((char *, ...));
#else