Skip to content

Commit

Permalink
Account flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
errietta committed Oct 15, 2014
1 parent 331c022 commit 3dbea10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/scripting/perl/api/account.xs
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,10 @@ CODE:
}
OUTPUT:
RETVAL
unsigned int
flags(Atheme_Account self)
CODE:
RETVAL = self->flags;
OUTPUT:
RETVAL

0 comments on commit 3dbea10

Please sign in to comment.