From e6e7f4c8ad9bffd536182923c8e556ca028cec04 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Sun, 16 Nov 2025 13:01:59 -0600 Subject: [wip] plugin stuff --- connection.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 connection.h (limited to 'connection.h') diff --git a/connection.h b/connection.h deleted file mode 100644 index 416e076..0000000 --- a/connection.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef PTXMC_CONNECTION_H_INCLUDED -#define PTXMC_CONNECTION_H_INCLUDED - -#include "pipeline.h" - -struct ptx_connection -{ - ptx_pipeline_t *cli_read, *cli_write; - ptx_pipeline_t *srv_read, *srv_write; -}; - -struct ptx_connection *ptx_connection_new(void); -void ptx_connection_free(struct ptx_connection *conn); - -#endif /* include guard */ -- cgit v1.2.3-70-g09d2