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

Comparing ircd-hybrid/branches/8.2.x/src/channel.c (file contents):
Revision 5851 by michael, Mon Apr 27 17:54:12 2015 UTC vs.
Revision 5854 by michael, Mon Apr 27 18:01:14 2015 UTC

# Line 530 | Line 530 | clear_invites_channel(struct Channel *ch
530      del_invite(chptr, node->data);
531   }
532  
533 + /*! \brief Removes all invites of a specific client
534 + * \param source_p Pointer to Client struct
535 + */
536   void
537   clear_invites_client(struct Client *source_p)
538   {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines