ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/irc.h
(Generate patch)

Comparing hopm/branches/1.0.x/src/irc.h (file contents):
Revision 5320 by michael, Mon Jan 5 19:27:13 2015 UTC vs.
Revision 5321 by michael, Tue Jan 6 14:59:31 2015 UTC

# Line 16 | Line 16 | struct UserInfo
16   struct CommandHash
17   {
18    const char *command;
19 <  void (*handler)(char **, unsigned int, char *, struct UserInfo *);
19 >  void (*handler)(char *[], unsigned int, char *, struct UserInfo *);
20   };
21  
22   extern void irc_send(const char *, ...);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines