From 209897056d43ea0d682700e1078a8988a9b133f3 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 17 Jun 2023 23:20:39 +0200 Subject: Core fd handling --- control.h | 1 + 1 file changed, 1 insertion(+) (limited to 'control.h') diff --git a/control.h b/control.h index 9537682..8cd260c 100644 --- a/control.h +++ b/control.h @@ -1,2 +1,3 @@ int control_start(); +int control_handle(int fd); void control_free(); -- cgit v1.2.3