Revision 324
corrected some more things
proj_structures.h | ||
---|---|---|
52 | 52 |
|
53 | 53 |
void host_info_dtor(host_info_t *p); |
54 | 54 |
|
55 |
remote_info_t* remote_info_ctor(); |
|
55 |
remote_info_t* remote_info_ctor(void);
|
|
56 | 56 |
|
57 | 57 |
void remote_info_dtor(remote_info_t *p); |
58 | 58 |
|
59 |
bullet_info_t* bullet_info_ctor(); |
|
59 |
bullet_info_t* bullet_info_ctor(void);
|
|
60 | 60 |
|
61 | 61 |
void bullet_info_dtor(bullet_info_t *p); |
62 | 62 |
|
Also available in: Unified diff