From 856d2f7b97422123347a4dcf13e717dfdf861902 Mon Sep 17 00:00:00 2001 From: Florian Schmidt Date: Wed, 5 Jun 2019 14:43:29 +0200 Subject: [PATCH] Initial public release: Add exportsyms.uk This is a minimal set that should allow spawning click from an external main function instead of using click's internal main(). Signed-off-by: Florian Schmidt Reviewed-by: Felipe Huici --- exportsyms.uk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 exportsyms.uk diff --git a/exportsyms.uk b/exportsyms.uk new file mode 100644 index 0000000..ab45d7b --- /dev/null +++ b/exportsyms.uk @@ -0,0 +1,7 @@ +click_main +main +click_read_router +click_static_initialize +configurator_start +configurator_stop +router_thread -- 2.39.5