* NTLM authentication support with the ntlm library, in Unix systems.
[alpine.git] / pith / addrbook.h
bloba905ad9727896ffb341156e6c8a27128cfa47804
1 /*
2 * $Id: addrbook.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2017 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 protoypes */
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 */