aboutsummaryrefslogtreecommitdiff
path: root/pdoctave.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdoctave.h')
-rw-r--r--pdoctave.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pdoctave.h b/pdoctave.h
new file mode 100644
index 0000000..9678863
--- /dev/null
+++ b/pdoctave.h
@@ -0,0 +1,6 @@
+// pdoctave functions
+
+// functions return -1 when they fail (= octave object is not instanciated in pd)
+
+int getPDOctaveInstances ();
+int writeToOctaveStdIN (const char *cmd);