Fix implicit declaration of page_close on Linux #20
Vendored
+2
-2
File diff suppressed because one or more lines are too long
+5
-1
@@ -16,7 +16,11 @@ extern fn page_css() -> String
|
||||
extern fn page_ga_script() -> String
|
||||
extern fn page_schema() -> String
|
||||
|
||||
extern fn page_close() -> String
|
||||
extern fn _page_close_impl() -> String
|
||||
|
||||
fn page_close() -> String {
|
||||
return _page_close_impl()
|
||||
}
|
||||
|
||||
// el-html vessel — extern declarations (implementations in dist/elhtml_impl.c)
|
||||
extern fn el_meta(name: String, content: String) -> String
|
||||
|
||||
Reference in New Issue
Block a user