Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
11 |
nishi |
1 |
/* $Id: web_html.h 11 2024-08-30 05:20:32Z nishi $ */
|
|
|
2 |
|
|
|
3 |
#ifndef __WEB_HTML_H__
|
|
|
4 |
#define __WEB_HTML_H__
|
|
|
5 |
|
|
|
6 |
#include "web_db.h"
|
|
|
7 |
|
|
|
8 |
char* web_html_escape(const char* html);
|
|
|
9 |
int web_html_generate(const char* name, web_range_t range);
|
|
|
10 |
|
|
|
11 |
#endif
|