My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
specificscript.h
1 #ifndef specificscript_h
2 #define specificscript_h
3 
4 #include "controlscript.h"
5 
6 Script* add_SptScriptCommands(ControlProg *cp, Script* sc, int batch,
7  HashTable *signals);
8 
9 #endif
Definition: hash.h:119
Definition: genericcontrol.c:708
Definition: script.h:315