cosmetix
[k8lowj.git] / src / settings.h
blob6ae3fc591c6254516a669f7ef326b26465f47315
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2004 Evan Martin <martine@danga.com>
3 */
4 #ifndef __LOGJAM_SETTINGS_H__
5 #define __LOGJAM_SETTINGS_H__
7 #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;
20 extern void settings_run (JamWin *jw);
21 extern void settings_cf_run (CFMgr *cfm);
24 #endif