Changeset c3f5bda in code


Ignore:
Timestamp:
Apr 11, 2017, 10:42:35 AM (8 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
c6e00b9
Parents:
36f8e7c (diff), 1c7657c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Mike Belopuhov <mbelop@…> (04/11/17 10:42:35)
git-committer:
GitHub <noreply@…> (04/11/17 10:42:35)
Message:

Merge pull request #5 from sthen/ismod_inline

don't inline icb_ismod

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • icb.c

    r36f8e7c rc3f5bda  
    595595 *  icb_ismod: checks whether group is moderated by "is"
    596596 */
    597 inline int
     597int
    598598icb_ismod(struct icb_group *ig, struct icb_session *is)
    599599{
  • icb.h

    r36f8e7c rc3f5bda  
    131131void            icb_init(void);
    132132int             icb_input(struct icb_session *);
    133 inline int      icb_ismod(struct icb_group *, struct icb_session *);
     133int             icb_ismod(struct icb_group *, struct icb_session *);
    134134int             icb_modpermit(struct icb_session *, int);
    135135int             icb_pass(struct icb_group *, struct icb_session *,
Note: See TracChangeset for help on using the changeset viewer.