commit 84b10f04d46af9cba5622c87bf2a01fd8b5759c5 from: Omar Polo date: Thu Jul 29 18:54:13 2021 UTC add prototype for do_send commit - 2845cccbf551b98e6d7ead8fd1c5576dfcab0682 commit + 84b10f04d46af9cba5622c87bf2a01fd8b5759c5 blob - 5afa9e7da15e3bf11b481dca9e7a8187927c235d blob + 166f84f12ab543561f02b428e73cc7ec28fbe66f --- client.c +++ client.c @@ -50,6 +50,7 @@ static void parse_message(uint8_t *, size_t, struct n static void np_header(uint32_t, uint8_t, uint16_t); static void np_string(uint16_t, const char *); +static void do_send(void); static void np_version(uint16_t, uint32_t, const char *); static void np_error(uint16_t, const char *); @@ -315,7 +316,7 @@ np_string(uint16_t len, const char *str) evbuffer_add(evb, str, l); } -static inline void +static void do_send(void) { size_t len;