Merge branch 'ical'
[alpine.git] / alpine / ldapconf.h
blob2aea678183607d34a7b9db340bbad79d7428bb31
1 /*
2 * $Id: ldapconf.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2017 Eduardo Chappa
6 * Copyright 2006-2008 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 PINE_LDAPCONF_INCLUDED
18 #define PINE_LDAPCONF_INCLUDED
21 #include "conftype.h"
22 #include "../pith/ldap.h"
23 #include "../pith/state.h"
24 #include "../pith/bldaddr.h"
27 /* exported protoypes */
28 #ifdef ENABLE_LDAP
29 void directory_config(struct pine *, int);
30 int ldap_radiobutton_tool(struct pine *, int, CONF_S **, unsigned);
31 #endif
34 #endif /* PINE_LDAPCONF_INCLUDED */