Add ws_load_library and ws_module_open, which respectively call
[obnox/wireshark/wip.git] / wsutil / libwsutil.def
index f7735888bb9dd26d7aabbe4057a907fb8b066d4b..a0cafe95fc7f9bfee6feedc7320e876ec9f4c311 100644 (file)
@@ -9,6 +9,28 @@
 ;
 EXPORTS
 
+; file_util.c
+ws_stdio_fopen
+ws_stdio_freopen
+ws_stdio_mkdir
+ws_stdio_open
+ws_stdio_remove
+ws_stdio_rename
+ws_stdio_stat
+ws_stdio_unlink
+ws_load_library
+ws_module_open
+
+; inet_aton.c
+inet_aton
+
+; inet_ntop.c
+inet_ntop
+
+; inet_pton.c
+inet_pton
+
+; mpeg-audio.c
 mpa_bitrate
 mpa_frequency
 mpa_layer
@@ -16,11 +38,34 @@ mpa_padding
 mpa_samples
 mpa_version
 
-ws_stdio_open
-ws_stdio_rename
-ws_stdio_mkdir
-ws_stdio_stat
-ws_stdio_unlink
-ws_stdio_remove
-ws_stdio_fopen
-ws_stdio_freopen
+; privileges.c
+get_credential_info
+get_cur_groupname
+get_cur_username
+npf_sys_is_running
+relinquish_special_privs_perm
+running_with_special_privs
+started_with_special_privs
+
+; strptime.c
+strptime
+
+; str_util.c
+ascii_strdown_inplace
+ascii_strup_inplace
+
+; type_util.c
+type_util_gdouble_to_guint64
+type_util_guint64_to_gdouble
+
+; unicode-utils.c
+utf_16to8
+utf_8to16
+utf_8to16_snprintf
+
+; wsgetopt.c
+getopt
+optarg DATA
+optind DATA
+opterr DATA
+optopt DATA