Rev 505 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 505 | Rev 522 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | 9 | ||
Line 10... | Line 10... | ||
10 | 10 | ||
11 | int counter; |
11 | int counter; |
12 | 12 | ||
Line 13... | Line 13... | ||
13 | int evdevs_count=0; |
13 | int evdevs_count=0; |
14 | int file_select(struct direct *entry) |
14 | int file_select(const struct direct *entry) |
15 | { |
15 | { |
Line 111... | Line 111... | ||
111 | break; |
111 | break; |
112 | default: |
112 | default: |
113 | printf("Unknown event type ( 0x%04hx)\n", id); |
113 | printf("Unknown event type ( 0x%04hx)\n", id); |
114 | } |
114 | } |
Line 115... | Line 115... | ||
115 | 115 | ||
116 | return ""; |
116 | |
Line 117... | Line 117... | ||
117 | } |
117 | } |
118 | 118 |