~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to pith/adrbklib.h

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2008-09-23 12:17:56 UTC
  • mfrom: (2.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080923121756-6u4x8bwq89qlzt32
Tags: 2.00+dfsg-2
Update to package description: note that Alpine is no longer in
alpha. (Closes: #499640)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $Id: adrbklib.h 947 2008-03-05 23:25:51Z hubert@u.washington.edu $
 
2
 * $Id: adrbklib.h 1004 2008-03-19 19:43:03Z hubert@u.washington.edu $
3
3
 *
4
4
 * ========================================================================
5
5
 * Copyright 2006-2008 University of Washington
203
203
    AdrBk_Trie   *nick_trie;
204
204
    AdrBk_Trie   *addr_trie;
205
205
    AdrBk_Trie   *full_trie;
 
206
    AdrBk_Trie   *revfull_trie;
206
207
    time_t        last_change_we_know_about;/* to look for others changing it*/
207
208
    time_t        last_local_valid_chk;/* when valid check was done          */
208
209
    unsigned      flags;               /* see defines in alpine.h (DEL_FILE...)*/
807
808
AdrBk_Entry   *adrbk_get_ae(AdrBk *, a_c_arg_t);
808
809
AdrBk_Entry   *adrbk_lookup_by_nick(AdrBk *, char *, adrbk_cntr_t *);
809
810
AdrBk_Entry   *adrbk_lookup_by_addr(AdrBk *, char *, adrbk_cntr_t *);
810
 
int            adrbk_longest_unambig_nick(AdrBk *, char *, char **);
811
 
STRLIST_S     *adrbk_list_of_possible_nicks(AdrBk *, char *);
812
811
char          *adrbk_formatname(char *, char **, char **);
813
812
void           adrbk_clearrefs(AdrBk *);
814
813
AdrBk_Entry   *adrbk_newentry(void);