From a5dc1745b298e92e023da8eb2819c69da6c280d3 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 12 Jun 2004 10:54:50 +0000 Subject: Add missing prototype. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOPanda/trunk@71 38c3d835-c875-442e-b0fe-21c19ce1d001 --- src/ioPandaGH.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3