1 /*  Pidgin-Encryption Preferences file interface                          */
2 /*             Copyright (C) 2001-2003 William Tompkins                   */
3 
4 /* This plugin is free software, distributed under the GNU General Public */
5 /* License.                                                               */
6 /* Please see the file "COPYING" distributed with this source code        */
7 /* for more details                                                       */
8 /*                                                                        */
9 /*                                                                        */
10 /*    This software is distributed in the hope that it will be useful,    */
11 /*   but WITHOUT ANY WARRANTY; without even the implied warranty of       */
12 /*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU    */
13 /*   General Public License for more details.                             */
14 
15 /*   To compile and use:                                                  */
16 /*     See INSTALL file.                                                  */
17 
18 
19 #ifndef PREFS_H
20 #define PREFS_H
21 
22 #include <debug.h>
23 #include <gtkdialogs.h>
24 #include <prefs.h>
25 
26 void PE_prefs_changed_cb(const char* name, PurplePrefType type, gconstpointer val, gpointer data);
27 
28 void PE_convert_legacy_prefs(void);
29 
30 #endif
31