]> granicus.if.org Git - python/commitdiff
Bug #130117: add a prototype required to compile cleanly on IRIX
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 28 Jan 2001 18:10:23 +0000 (18:10 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 28 Jan 2001 18:10:23 +0000 (18:10 +0000)
   (contributed by Paul Jackson)

Modules/_cursesmodule.c

index d1ffe878f5290a5bb01bb0332b2feb63492dfad8..a49d24fb9ae40bc44a1a2321f9225470d79b0665 100644 (file)
@@ -115,6 +115,7 @@ char *PyCursesVersion = "2.1";
 extern int setupterm(char *,int,int *);
 #ifdef sgi
 extern char *tigetstr(char *);
+extern char *tparm(char *instring, ...);
 #endif
 
 #if defined(sgi) || defined(__sun__)