poll.h: cosmetix
[k8lowj.git] / src / settings.h
blobb79c19387859321cafb90b2b3e450fe1a8e00b5e
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2004 Evan Martin <martine@danga.com>
3 */
5 #ifndef __LOGJAM_SETTINGS_H__
6 #define __LOGJAM_SETTINGS_H__
8 #include "checkfriends.h"
10 /* this enum should match the notebook created in run_settings_dialog() */
11 typedef enum {
12 SETTINGS_PAGE_UI = 0,
13 SETTINGS_PAGE_MUSIC,
14 SETTINGS_PAGE_SYSTEM,
15 SETTINGS_PAGE_CF,
16 SETTINGS_PAGE_DEBUG
17 } SettingsPage;
19 void settings_run(JamWin * jw);
20 void settings_cf_run(CFMgr * cfm);
22 #endif /* __LOGJAM_SETTINGS_H__ */