Make parse_hoststr delcaration match implementation

pull/799/head
Mike Black W9MDB 2021-09-11 11:13:23 -05:00
rodzic 6216d8a2b8
commit cc886b46f5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -108,7 +108,7 @@ extern HAMLIB_EXPORT(double) elapsed_ms(struct timespec *start, int start_flag);
extern HAMLIB_EXPORT(vfo_t) vfo_fixup(RIG *rig, vfo_t vfo, split_t split);
extern HAMLIB_EXPORT(int) parse_hoststr(char *host, char hoststr[256], char port[6]);
extern HAMLIB_EXPORT(int) parse_hoststr(char *hoststr, char host[256], char port[6]);
extern HAMLIB_EXPORT(uint32_t) CRC32_function(uint8_t *buf, uint32_t len);