~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/stats/mail-ip.h

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
struct mail_ip *mail_ip_login(const struct ip_addr *ip_addr);
7
7
struct mail_ip *mail_ip_lookup(const struct ip_addr *ip_addr);
8
 
void mail_ip_refresh(struct mail_ip *ip, const struct mail_stats *diff_stats);
 
8
void mail_ip_refresh(struct mail_ip *ip, const struct mail_stats *diff_stats)
 
9
        ATTR_NULL(2);
9
10
 
10
11
void mail_ip_ref(struct mail_ip *ip);
11
12
void mail_ip_unref(struct mail_ip **ip);