Subversion Repositories Kolibri OS

Rev

Rev 6524 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6524 Rev 6589
Line 9... Line 9...
9
    OPEN,
9
    OPEN,
10
    SAVE,
10
    SAVE,
11
    SELECT
11
    SELECT
12
};
12
};
Line 13... Line 13...
13
 
13
 
14
typedef struct {
14
typedef struct __attribute__ ((__packed__)) {
15
	unsigned int size;
15
	unsigned int size;
16
	unsigned char end;
16
	unsigned char end;
Line 17... Line 17...
17
}od_filter;
17
}od_filter;
18
 
18
 
19
typedef struct {
19
typedef struct __attribute__ ((__packed__)) {
20
    unsigned int mode;
20
    unsigned int mode;
21
    char* procinfo;
21
    char* procinfo;
22
    char* com_area_name;
22
    char* com_area_name;