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