--- python-0.9.1/src/allobjects.h.t	2021-02-18 11:41:49.477448484 -0800
+++ python-0.9.1/src/allobjects.h	2021-02-18 11:41:51.853495858 -0800
@@ -48,3 +48,17 @@
 #include "malloc.h"
 
 extern char *strdup PROTO((const char *));
+int getintarg PROTO((object *v, int *a));
+int getstrarg PROTO((object *v, object **a));
+void donecalls ();
+void flushline ();
+void initintr ();
+void initcalls ();
+void initbuiltin ();
+void initimport ();
+void setpythonargv PROTO((int argc, char **argv));
+void setpythonpath PROTO((char *path));
+void initargs PROTO((int *p_argc, char ***p_argv));
+
+#include "pgenheaders.h"
+#include <unistd.h>