Subversion Repositories Kolibri OS

Rev

Rev 6456 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6392 punk_joker 1
#ifndef KOLIBRI_PROCLIB_H
2
#define KOLIBRI_PROCLIB_H
3
 
6495 punk_joker 4
extern int kolibri_proclib_init(void)
6392 punk_joker 5
 
6
enum Mode {
7
	OD_OPEN,
8
	OD_SAVE,
9
	OD_DIR
10
};
11
 
12
#endif /* KOLIBRI_PROCLIB_H */