Revision c11a78e6 include/trade_msg_ha.h
include/trade_msg_ha.h | ||
---|---|---|
17 | 17 |
* @param[in] c Chunk to send |
18 | 18 |
* @return 0 on success, <0 on error |
19 | 19 |
*/ |
20 |
int sendChunk(struct nodeID *to, struct chunk *c); |
|
20 |
int sendChunk(const struct nodeID *to, struct chunk *c);
|
|
21 | 21 |
|
22 | 22 |
/** |
23 | 23 |
* Init the Chunk trading stuff... |
Also available in: Unified diff