fixed for libusefull_macros 0.3.2

This commit is contained in:
2025-04-16 15:11:27 +03:00
parent 46557ee23d
commit aa9165b323
5 changed files with 27 additions and 35 deletions

View File

@@ -26,6 +26,6 @@
#include <usefull_macros.h>
int start_socket(int server, char *path, TTY_descr **dev);
int start_socket(int server, char *path, sl_tty_t **dev);
#endif // SERSOCK_H__