comparison src/pluginpref.h @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents 803e642650e1
children 1ae82c0c24ee
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 * 24 *
25 */ 25 */
26 #ifndef _PLUGIN_PREF_H_ 26 #ifndef _GAIM_PLUGINPREF_H_
27 #define _PLUGIN_PREF_H_ 27 #define _GAIM_PLUGINPREF_H_
28 28
29 typedef struct _GaimPluginPrefFrame GaimPluginPrefFrame; 29 typedef struct _GaimPluginPrefFrame GaimPluginPrefFrame;
30 typedef struct _GaimPluginPref GaimPluginPref; 30 typedef struct _GaimPluginPref GaimPluginPref;
31 31
32 typedef enum { 32 typedef enum {
219 219
220 #ifdef __cplusplus 220 #ifdef __cplusplus
221 } 221 }
222 #endif 222 #endif
223 223
224 #endif /* _PLUGIN_PREF_H_ */ 224 #endif /* _GAIM_PLUGINPREF_H_ */