aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ioPandaGH.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ioPandaGH.h b/src/ioPandaGH.h
index c5856a2..5eaf7a9 100644
--- a/src/ioPandaGH.h
+++ b/src/ioPandaGH.h
@@ -51,6 +51,9 @@ int IOPanda_TriggerOutput (const cGH *GH, int);
int IOPanda_TimeFor (const cGH *GH, int);
int IOPanda_OutputVarAs (const cGH *GH, const char *var, const char *alias);
+/* prototypes of other functions */
+void IOPanda_CheckSteerableParameters (const cGH *GH);
+
#ifdef __cplusplus
} // extern "C"
#endif