add network image transporting (pre-alpha yet: many bugs)

This commit is contained in:
2023-02-28 17:18:07 +03:00
parent 764aa50ccc
commit 644de638ca
20 changed files with 847 additions and 698 deletions

View File

@@ -17,10 +17,12 @@
*/
#pragma once
#ifndef CLIENT_H__
#define CLIENT_H__
#include "basestructs.h"
// client-side functions
void client(int fd);
#endif // CLIENT_H__
#ifdef IMAGEVIEW
void init_grab_sock(int sock);
int sockcaptured(IMG **img);
#endif