Commands - stop

- Migrated handleStop to CmdStop.
This commit is contained in:
Paul Beckingham 2011-05-30 01:19:11 -04:00
parent 86ab605bd4
commit 9e3c6f5bc1
9 changed files with 148 additions and 65 deletions

View file

@ -56,7 +56,6 @@ int handleCompletionConfig (std::string&);
int handleQuery (std::string&);
int handleConfig (std::string&);
int handleDelete (std::string&);
int handleStop (std::string&);
int handleDuplicate (std::string&);
void handleUndo ();
void handleMerge (std::string&);