~ubuntu-branches/ubuntu/oneiric/inspircd/oneiric-security

« back to all changes in this revision

Viewing changes to include/command_parse.h

  • Committer: Bazaar Package Importer
  • Author(s): Darren Blaber
  • Date: 2008-04-21 12:51:01 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080421125101-m6lqhtn1wna8u2go
Tags: 1.1.19+dfsg-1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
 
183
183
        /** Remove all commands relating to module 'source'.
184
184
         * @param source A module name which has introduced new commands
185
 
         * @return True This function returns true if commands were removed
186
185
         */
187
 
        bool RemoveCommands(const char* source);
 
186
        void RemoveCommands(const char* source);
188
187
 
189
188
        /** Add a new command to the commands hash
190
189
         * @param f The new command_t to add to the list