ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.3/modules/m_post.c
(Generate patch)

Comparing ircd-hybrid-7.3/modules/m_post.c (file contents):
Revision 1120 by michael, Sun Nov 8 13:10:50 2009 UTC vs.
Revision 1121 by michael, Sun Jan 9 11:03:03 2011 UTC

# Line 34 | Line 34
34   #include "modules.h"
35   #include "s_conf.h"
36  
37 < static void mr_dumb_proxy(struct Client*, struct Client*, int, char**);
37 > static void mr_dumb_proxy(struct Client *, struct Client *, int, char *[]);
38  
39   struct Message post_msgtab = {
40    "POST", 0, 0, 0, 0, MFLG_SLOW | MFLG_UNREG, 0,
# Line 51 | Line 51 | struct Message put_msgtab = {
51    {mr_dumb_proxy, m_ignore, m_ignore, m_ignore, m_ignore, m_ignore}
52   };
53  
54
55 #ifndef STATIC_MODULES
54   void
55   _modinit(void)
56   {
# Line 70 | Line 68 | _moddeinit(void)
68   }
69  
70   const char *_version = "$Revision$";
73 #endif
71  
72   /*
73   ** mr_dumb_proxy

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines