* Update configure script according to previous change to configure.ac
[alpine.git] / alpine / ldapconf.h
blob369550e70f58f4d4b8886b737823deaa8f2fd92e
1 /*
2 * $Id: ldapconf.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2013-2022 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 prototypes */
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 */