ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/channel.h
(Generate patch)

Comparing ircd-hybrid/trunk/include/channel.h (file contents):
Revision 6932 by michael, Sat Dec 12 18:34:12 2015 UTC vs.
Revision 6982 by michael, Wed Dec 23 19:49:38 2015 UTC

# Line 90 | Line 90 | struct Channel
90    float number_joined;
91  
92    char name[CHANNELLEN + 1];
93 +  size_t name_len;
94   };
95  
96   /*! \brief Membership structure */

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)