#include #include "command.h" int command_handle(int fd){ //TODO printf("Handling data on command fd\n"); return 0; } void command_free(){ //TODO printf("Shutting down any remaining commands\n"); }