new cspot/bell

This commit is contained in:
philippe44
2023-05-06 23:50:26 +02:00
parent e0e7e718ba
commit 8bad480112
163 changed files with 6611 additions and 6739 deletions

View File

@@ -6,7 +6,7 @@
#include "win32shim.h"
#else
#include <unistd.h> // for size_t
#include <unistd.h> // for size_t
#endif
#include <cstdint> // for uint8_t
#include <functional> // for function
@@ -37,8 +37,8 @@ class PlainConnection {
void readBlock(const uint8_t* dst, size_t size);
size_t writeBlock(const std::vector<uint8_t>& data);
private:
int apSock;
private:
int apSock;
};
} // namespace cspot