// // Created by hamo on 11/19/22. // #include #include #include #ifndef NASUH_HANDLERS_H #define NASUH_HANDLERS_H enum MHD_Result handle_all(void * cls, struct MHD_Connection * connection, const char * url, const char * method, const char * version, const char * upload_data, size_t * upload_data_size, void ** ptr); #define INDEX "nasuh search engine"\ "all your programming needs" #endif //NASUH_HANDLERS_H