INDEX now separate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user