I hate Windows.
[obnox/wireshark/wip.git] / wsutil / libwsutil.def
1 ; wsutil.def
2 ; $Id$
3
4 ; Add symbols that should be exported out of libwsutil.dll
5 ;
6 ; DATA symbols must be declared WS_VAR_IMPORT in the header file!
7 ;
8 ; NOTE: TABS DON'T WORK IN THIS FILE, USE SPACES INSTEAD!!!
9 ;
10 EXPORTS
11
12 ; privileges.c
13 get_credential_info
14 get_cur_groupname
15 get_cur_username
16 npf_sys_is_running
17 relinquish_special_privs_perm
18 running_with_special_privs
19 started_with_special_privs
20
21 ; mpeg-audio.c
22 mpa_bitrate
23 mpa_frequency
24 mpa_layer
25 mpa_padding
26 mpa_samples
27 mpa_version
28
29 ; unicode-utils.c
30 utf_16to8
31 utf_8to16
32
33 ; file_util.c
34 ws_stdio_open
35 ws_stdio_rename
36 ws_stdio_mkdir
37 ws_stdio_stat
38 ws_stdio_unlink
39 ws_stdio_remove
40 ws_stdio_fopen
41 ws_stdio_freopen
42
43 ; str_util.c
44 ascii_strdown_inplace
45 ascii_strup_inplace