1 2 3 4 5 6 7 8
#ifndef H_SERVER_CLI #define H_SERVER_CLI #include <sds/sds.h> void handleCLI(sds **vhosts, int vhostsc); #endif