aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-03-26 03:27:49 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-03-26 03:27:49 +0000
commit49026dca683b1dfbfe3af25737e0ea455c279d1a (patch)
tree9054b610761b06ebebf20843d7c37fae090b1521 /externals/grill/py/source/main.h
parent5b821a81fc7c9ed7decfe5575a867ab82464b0cc (diff)
""
svn path=/trunk/; revision=1481
Diffstat (limited to 'externals/grill/py/source/main.h')
-rw-r--r--externals/grill/py/source/main.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h
index 612c1c45..d6ca52cb 100644
--- a/externals/grill/py/source/main.h
+++ b/externals/grill/py/source/main.h
@@ -25,8 +25,8 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#include <unistd.h>
#endif
-#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 405)
-#error You need at least flext version 0.4.5
+#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 406)
+#error You need at least flext version 0.4.6
#endif
#define PY__VERSION "0.1.3pre"
@@ -136,6 +136,8 @@ public:
V Unlock() {}
#endif
+ static PyObject* StdOut_Write(PyObject* Self, PyObject* Args);
+
protected:
// callbacks