c_src: update with new intern methods
[nit.git] / c_src / stream._ffi.h
diff --git a/c_src/stream._ffi.h b/c_src/stream._ffi.h
new file mode 100644 (file)
index 0000000..846fc9a
--- /dev/null
@@ -0,0 +1,10 @@
+/*
+       Extern implementation of Nit module stream
+*/
+#ifndef STREAM_NIT_H
+#define STREAM_NIT_H
+
+#include "stream._nitni.h"
+#include "math._ffi.h"
+nullable_Int stream___Object_intern_poll___impl( Object recv, Array_of_Int in_fds, Array_of_Int out_fds );
+#endif