collect all common functions into separate library; add simple client example

This commit is contained in:
2024-01-24 17:19:11 +03:00
parent 3113d9754d
commit a5926861bc
29 changed files with 2013 additions and 1194 deletions

View File

@@ -18,11 +18,11 @@
#pragma once
#include "basestructs.h"
#include "ccdcapture.h"
// client-side functions
void client(int fd);
#ifdef IMAGEVIEW
void init_grab_sock(int sock);
int sockcaptured(IMG **img);
int sockcaptured(cc_IMG **img);
#endif