JWM Source Documentation

command.h
Go to the documentation of this file.
00001 
00010 #ifndef COMMAND_H
00011 #define COMMAND_H
00012 
00014 void InitializeCommands();
00015 void StartupCommands();
00016 void ShutdownCommands();
00017 void DestroyCommands();
00023 void AddStartupCommand(const char *command);
00024 
00028 void AddShutdownCommand(const char *command);
00029 
00033 void AddRestartCommand(const char *command);
00034 
00038 void RunCommand(const char *command);
00039 
00040 #endif /* COMMAND_H */
00041