/* This is a Cfunctions (version 0.24) generated header file. Cfunctions is a free program for extracting headers from C files. Get Cfunctions from `http://www.hayamasa.demon.co.uk/cfunctions'. */ /* This file was generated with: `cfunctions -w ACTIONS_PROTO -o ./actions-proto.h' */ #ifndef CFH_ACTIONS_PROTO #define CFH_ACTIONS_PROTO void action_set_type(char *name, int type); void action_set_delay(char *name, int delay); void action_set_command(char *name, char *command); void action_set_sound(char *name, char *sound); void action_set_message(char *name, char *message); void action_execute(char *name); #endif /* CFH_ACTIONS_PROTO */