18 #ifndef INTERFACE_H_INCLUDE 19 #define INTERFACE_H_INCLUDE void interface_destroy(scheduler_t *scheduler)
Closes the server socket and thread pool that service UI connections.
void interface_init(scheduler_t *scheduler)
Create the interface thread and thread pool that handle UI connections.
Header file for the scheduler.