Convenience function for simple hello.

This commit is contained in:
Ian Gulliver
2016-02-28 12:45:00 -08:00
parent 161ea56d45
commit fdafe2e055
3 changed files with 14 additions and 13 deletions

View File

@@ -9,6 +9,7 @@ void send_cleanup(void);
struct serializer *send_get_serializer(char *);
void send_new(int, struct serializer *, struct peer *);
void send_new_wrapper(int, void *, struct peer *);
bool send_new_hello(int, struct serializer *, struct peer *);
void send_hello(struct buf **, void *);
void send_write(struct packet *);
void send_print_usage(void);