* For mailing lists, Alpine adds a description of the type of link
[alpine.git] / pith / addrbook.h
blob4f440c82fa240598b9dae7cb3a64afb5140488cb
1 /*
2 * $Id: addrbook.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2022 Eduardo Chappa
6 * Copyright 2006-2007 University of Washington
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef PITH_ADDRBOOK_INCLUDED
18 #define PITH_ADDRBOOK_INCLUDED
21 #include "adrbklib.h"
24 /* exported prototypes */
25 void addrbook_new_disp_form(PerAddrBook *, char **, int, int (*)(PerAddrBook *, int *));
26 long first_selectable_line(long);
27 int line_is_selectable(long);
30 #endif /* PITH_ADDRBOOK_INCLUDED */