From Colin O'Flynn:
[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 ; airpdcap.c
12 AirPDcapWepDecrypt
13
14 ; crc6.c
15 update_crc6_by_bytes
16
17 ; crc10.c
18 update_crc10_by_bytes
19
20 ; crc8.c
21 crc8_0x2F
22
23 ; crc16.c
24 crc16_0x5935
25 crc16_ccitt
26 crc16_ccitt_seed
27 crc16_x25_ccitt
28
29 ; crc16-plain.c
30 crc16_plain_update
31
32 ; crc32.c
33 crc32_ccitt
34 crc32_ccitt_seed
35 crc32_ccitt_table_lookup
36 crc32c_calculate
37 crc32c_calculate_no_swap
38 crc32c_table_lookup
39
40 ; crcdrm.c
41 crc_drm
42
43 ; file_util.c
44 getenv_utf8
45 ws_stdio_fopen
46 ws_stdio_freopen
47 ws_stdio_mkdir
48 ws_stdio_open
49 ws_stdio_remove
50 ws_stdio_rename
51 ws_stdio_stat64
52 ws_stdio_unlink
53 ws_init_dll_search_path
54 ws_load_library
55 ws_module_open
56
57 ; inet_aton.c
58 inet_aton
59
60 ; inet_ntop.c
61 ; Note: inet_v6defs.h renames this function for Windows (only)
62 ws_inet_ntop
63
64 ; inet_pton.c
65 ; Note: inet_v6defs.h renames this function for Windows (only)
66 ws_inet_pton
67
68 ; mpeg-audio.c
69 mpa_bitrate
70 mpa_frequency
71 mpa_layer
72 mpa_padding
73 mpa_samples
74 mpa_version
75
76 ; privileges.c
77 init_process_policies
78 get_cur_groupname
79 get_cur_username
80 npf_sys_is_running
81 relinquish_special_privs_perm
82 running_with_special_privs
83 started_with_special_privs
84
85 ; strptime.c
86 strptime
87
88 ; str_util.c
89 ascii_strdown_inplace
90 ascii_strup_inplace
91
92 ; type_util.c
93 type_util_gdouble_to_guint64
94 type_util_guint64_to_gdouble
95
96 ; unicode-utils.c
97 utf_16to8
98 utf_8to16
99 utf_8to16_snprintf
100 arg_list_utf_16to8
101
102 ; wsgetopt.c
103 getopt
104 optarg DATA
105 optind DATA
106 opterr DATA
107 optopt DATA