ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/opercmd.h
(Generate patch)

Comparing hopm/trunk/src/opercmd.h (file contents):
Revision 5090 by michael, Mon Dec 22 15:33:29 2014 UTC vs.
Revision 5091 by michael, Tue Dec 23 19:59:18 2014 UTC

# Line 29 | Line 29 | struct Command
29     time_t added;
30   };
31  
32
33 typedef void (*oper_command) (char *, char*, struct ChannelConf *);
34
32   struct OperCommandHash
33   {
34     const char *command;
35 <   oper_command handler;
35 >   void (*handler)(char *, char*, struct ChannelConf *);
36   };
37  
38   extern void command_init(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines