2 * $Id: takeaddr.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006-2008 University of Washington
6 * Copyright 2013-2020 Eduardo Chappa
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 PINE_TAKEADDR_INCLUDED
18 #define PINE_TAKEADDR_INCLUDED
21 #include "../pith/takeaddr.h"
22 #include "../pith/state.h"
23 #include "../pith/adrbklib.h"
24 #include "../pith/msgno.h"
25 #include "../pith/mailpart.h"
26 #include "../pith/ldap.h"
29 /* exported prototypes */
30 int cmd_take_addr(struct pine
*, MSGNO_S
*, int);
31 void take_this_one_entry(struct pine
*, TA_STATE_S
**, AdrBk
*, long);
32 void save_vcard_att(struct pine
*, int, long, ATTACH_S
*);
33 void take_to_export(struct pine
*, LINES_TO_TAKE
*);
34 PerAddrBook
*setup_for_addrbook_add(SAVE_STATE_S
*, int, char *);
36 void save_ldap_entry(struct pine
*, LDAP_CHOOSE_S
*, int);
40 #endif /* PINE_TAKEADDR_INCLUDED */