html.h
Go to the documentation of this file.
1 /*
2  * libasterix
3  * Copyright [2013-2021] SinoATC <http://www.sinoatc.com>.
4  * All Rights Reserved.
5  *
6  * NOTICE: All information contained herein is, and remains
7  * the property of SinoATC and its suppliers, if any.
8  * The intellectual and technical concepts contained herein
9  * are proprietary to Aerosys Corporation and its suppliers and may be
10  * covered by U.S. and Foreign Patents, patents in process,
11  * and are protected by trade secret or copyright law.
12  * Dissemination of this information or reproduction of this material
13  * is strictly forbidden unless prior written permission is obtained
14  * from SinoATC.
15  */
16 
22 #ifndef LIBASTERIX_HTML_H
23 #define LIBASTERIX_HTML_H
24 
25 #include "platform.h"
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 //HTML flabor
32 typedef enum _ast_html_flavor_t
33 {
37 
39 
40 #ifdef __cplusplus
41  }
42 #endif // extern "C"
43 
44 #endif //LIBASTERIX_HTML_H
45 
46 // vim:set ft=c.doxygen sw=2 sts=2 fenc=utf8:
Definition: html.h:35
#define AST_API
Definition: platform.h:63
ast_html_flavor_t
Definition: html.h:32
This file includes platform specific definitions.
void ast_html_set_flavor(const ast_html_flavor_t flavor)
Definition: html.h:34