INDEX now separate

This commit is contained in:
Senad Uka
2022-11-20 07:47:52 +01:00
parent ee1eb89e9a
commit 317dcfbd06
6 changed files with 7 additions and 4 deletions

View File

@@ -8,8 +8,6 @@
#ifndef NASUH_HANDLERS_H
#define NASUH_HANDLERS_H
#define PAGE "<html><head><title>nasuh search engine</title>"\
"</head><body>all your programming needs</body></html>"
enum MHD_Result
handle_all(void * cls,
@@ -22,4 +20,8 @@ enum MHD_Result
void ** ptr);
#define INDEX "<html><head><title>nasuh search engine</title>"\
"</head><body>all your programming needs</body></html>"
#endif //NASUH_HANDLERS_H