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

Comparing ircd-hybrid/branches/8.2.x/include/client.h (file contents):
Revision 9832 by michael, Fri Dec 11 19:09:14 2020 UTC vs.
Revision 9833 by michael, Fri Dec 25 10:09:43 2020 UTC

# Line 92 | Line 92 | enum
92   enum
93   {
94    TS_CURRENT = 6,  /**< Current TS protocol version */
95 <  TS_MIN     = 6   /**< Minimum supported TS protocol version */
95 >  TS_MINIMUM = 6,  /**< Minimum supported TS protocol version */
96   };
97  
98   enum

Diff Legend

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