summaryrefslogtreecommitdiff
path: root/control.h
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2023-06-17 23:20:39 +0200
committercbdev <cb@cbcdn.com>2023-06-17 23:20:39 +0200
commit209897056d43ea0d682700e1078a8988a9b133f3 (patch)
tree9190807286b9aff9d2dafecc6a9fe0229d0d15a3 /control.h
parentaa692f0dcdeefc846d7fa11222d6b2f6af17f5fa (diff)
downloadnfcommander-209897056d43ea0d682700e1078a8988a9b133f3.tar.gz
nfcommander-209897056d43ea0d682700e1078a8988a9b133f3.tar.bz2
nfcommander-209897056d43ea0d682700e1078a8988a9b133f3.zip
Core fd handling
Diffstat (limited to 'control.h')
-rw-r--r--control.h1
1 files changed, 1 insertions, 0 deletions
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();