diff options
author | Christian Grothoff <christian@grothoff.org> | 2007-09-09 21:47:51 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2007-09-09 21:47:51 +0000 |
commit | 00c8f34391c2631f60846fa2fc1fc463aa9de448 (patch) | |
tree | 01487c7b0602672d0a0925a923a8bacf5d333704 | |
parent | fb36fb2009a35e48be28df422af5a4b42d099cda (diff) |
sym
-rw-r--r-- | src/daemon/SYMBOLS | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/daemon/SYMBOLS b/src/daemon/SYMBOLS new file mode 100644 index 00000000..8a15aaac --- /dev/null +++ b/src/daemon/SYMBOLS @@ -0,0 +1,20 @@ +MHD_start_daemon +MHD_stop_daemon +MHD_get_fdset +MHD_get_timeout +MHD_run +MHD_register_handler +MHD_unregister_handler +MHD_get_connection_values +MHD_lookup_connection_value +MHD_queue_response +MHD_create_response_from_callback +MHD_create_response_from_data +MHD_destroy_response +MHD_add_response_header +MHD_del_response_header +MHD_get_response_headers +MHD_get_response_header +MHD_create_post_processor +MHD_post_process +MHD_destroy_post_processor |