View Single Post
  #1  
Old 02-12-2010, 07:21 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default COMMITTED: Minor Fix: Duplicate Declarations (command.h)

Looks like wp command has 2 identical declarations.

Code:
Index: command.h
===================================================================
--- command.h	(revision 1245)
+++ command.h	(working copy)
@@ -135,7 +135,6 @@
 void command_setpass(Client *c, const Seperator *sep);
 void command_grid(Client *c, const Seperator *sep);
 void command_wp(Client *c, const Seperator *sep);
-void command_wp(Client *c, const Seperator *sep);
 void command_iplookup(Client *c, const Seperator *sep);
 void command_size(Client *c, const Seperator *sep);
 void command_mana(Client *c, const Seperator *sep);
Reply With Quote