comparison: client/uiclient.c
client/uiclient.c
- changeset 953
- c98404829cd3
- parent 948
- 94bc57d63128
- child 954
- 07c1effb2a31
equal
deleted
inserted
replaced
| 27 */ |
27 */ |
| 28 |
28 |
| 29 #include "uiclient.h" |
29 #include "uiclient.h" |
| 30 #include "args.h" |
30 #include "args.h" |
| 31 |
31 |
| |
32 #include <stdio.h> |
| |
33 #include <stdlib.h> |
| 32 #include <cx/hash_map.h> |
34 #include <cx/hash_map.h> |
| 33 |
35 |
| 34 #include "../ui/common/args.h" |
36 #include "../ui/common/args.h" |
| 35 |
37 |
| 36 static UiMessageHandler *io; |
38 static UiMessageHandler *io; |