~ubuntu-branches/ubuntu/karmic/alpine/karmic

« back to all changes in this revision

Viewing changes to alpine/addrbook.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: addrbook.h 673 2007-08-16 22:25:10Z hubert@u.washington.edu $
 
2
 * $Id: addrbook.h 1004 2008-03-19 19:43:03Z hubert@u.washington.edu $
3
3
 *
4
4
 * ========================================================================
5
 
 * Copyright 2006-2007 University of Washington
 
5
 * Copyright 2006-2008 University of Washington
6
6
 *
7
7
 * Licensed under the Apache License, Version 2.0 (the "License");
8
8
 * you may not use this file except in compliance with the License.
21
21
#include "../pith/state.h"
22
22
 
23
23
 
 
24
/*
 
25
 * Flags to abook_nickname_complete().
 
26
 * ANC_AFTERCOMMA means the passed in prefix
 
27
 * looks like "stuff, stuff, prefix" and
 
28
 * we are to peel off the stuff before the prefix,
 
29
 * look for matches, then put the stuff back before
 
30
 * returning the answer.
 
31
 */
 
32
#define ANC_AFTERCOMMA      0x1
 
33
 
 
34
 
24
35
/* exported protoypes */
25
36
int            cur_is_open(void);
26
37
void           init_disp_form(PerAddrBook *, char **, int);