aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-06-12 10:54:50 +0000
committerschnetter <schnetter@38c3d835-c875-442e-b0fe-21c19ce1d001>2004-06-12 10:54:50 +0000
commita5dc1745b298e92e023da8eb2819c69da6c280d3 (patch)
tree6e27b1953a87e732e3c8574f7824fc76b859b0b3
parent60d2690fc086c69a8a4849e7ccbd11bd1211e715 (diff)
Add missing prototype.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@71 38c3d835-c875-442e-b0fe-21c19ce1d001
-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