Skip to content

Commit

Permalink
Update liblwan.sym
Browse files Browse the repository at this point in the history
Some symbols were not defined anymore after API changes, and some were
defined as static inline functions in a header file, which will never
become symbols in the final libraries anyway.
  • Loading branch information
lpereira committed Jun 20, 2024
1 parent 18a3e13 commit 1833471
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/lib/liblwan.sym
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LIBLWAN_1 {
global:
lwan_array_append;
lwan_array_init;
lwan_array_append_heap;
lwan_array_append_inline;
lwan_array_reset;
lwan_array_sort;

Expand Down Expand Up @@ -41,7 +41,6 @@ global:
lwan_tpl_apply_with_buffer;
lwan_tpl_compile_file;
lwan_tpl_compile_string;
lwan_tpl_compile_string_full;
lwan_tpl_free;
lwan_append_*_to_strbuf;
lwan_tpl_*_is_empty;
Expand All @@ -51,7 +50,6 @@ global:
lwan_strbuf_append_char;
lwan_strbuf_append_printf;
lwan_strbuf_append_str;
lwan_strbuf_append_strz;
lwan_strbuf_free;
lwan_strbuf_init;
lwan_strbuf_init_with_size;
Expand All @@ -62,8 +60,6 @@ global:
lwan_strbuf_reset;
lwan_strbuf_set;
lwan_strbuf_set_static;
lwan_strbuf_setz;
lwan_strbuf_set_staticz;

lwan_module_info_*;
lwan_handler_info_*;
Expand Down

0 comments on commit 1833471

Please sign in to comment.