summaryrefslogtreecommitdiff
path: root/app-laptop/pommed/pommed-1.31/gpomme/conffile.h
blob: b25dc9ac70e53a5d03b799129f0fa669c29b3b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * gpomme - conffile.h
 */

#ifndef __CONFFILE_H__
#define __CONFFILE_H__

int
config_load(void);

int
config_write(void);

int
config_monitor(void);

void
config_gui(void);

#endif /* !__CONFFILE_H__ */