summaryrefslogtreecommitdiff
path: root/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'control.c')
-rw-r--r--control.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/control.c b/control.c
index 2965d93..2c9b72b 100644
--- a/control.c
+++ b/control.c
@@ -8,6 +8,12 @@ int control_start(){
return 0;
}
+int control_handle(int fd){
+ //TODO
+ printf("Handling data on control fd\n");
+ return 0;
+}
+
void control_free(){
printf("Shutting down control interface\n");
}