fixed for libusefull_macros 0.3.5

This commit is contained in:
2026-05-25 11:54:28 +03:00
parent 4c901a6c7e
commit fda3874f30
9 changed files with 278 additions and 189 deletions

View File

@@ -17,8 +17,6 @@
*/
#pragma once
#ifndef SERSOCK_H__
#define SERSOCK_H__
#define BUFLEN (1024)
// Max amount of connections
@@ -28,4 +26,4 @@
int start_socket(int server, char *path, sl_tty_t **dev);
#endif // SERSOCK_H__