diff -r 6cbeb9f8350f -r 9be16e1c1e44 src/Commands.h --- a/src/Commands.h Wed Feb 26 18:31:53 2014 +0200 +++ b/src/Commands.h Mon Mar 03 01:04:16 2014 +0200 @@ -48,11 +48,11 @@ List args; String origin; - String GetSignature(); + String signature(); }; -void AddCommandDefinition (CommandInfo* comm); -CommandInfo* FindCommandByName (String a); -const List& GetCommands(); +void addCommandDefinition (CommandInfo* comm); +CommandInfo* findCommandByName (String a); +const List& getCommands(); #endif // BOTC_COMMANDS_H