ceval.h: added Py_MakePendingCalls()
classobject.h: added instancebinop()
modsupport.h: added newgetargs()
rename1.h: removed Py_FPROTO
diff --git a/Include/classobject.h b/Include/classobject.h
index 6024dba..227c914 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -71,6 +71,8 @@
 
 extern int issubclass PROTO((object *, object *));
 
+extern object *instancebinop PROTO((object *, object *, char *, char *));
+
 #ifdef __cplusplus
 }
 #endif