#ifndef __REQUEST__H #define __REQUEST__H bool request(const char *arg, char *response); #endif