aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/libwsutil.def
blob: 1dff793519ffe7ccd31a353d26204ae363a00139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
; wsutil.def
; $Id$

; Add symbols that should be exported out of libwsutil.dll
;
; DATA symbols must be declared WS_VAR_IMPORT in the header file!
;
; NOTE: TABS DON'T WORK IN THIS FILE, USE SPACES INSTEAD!!!
;
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_init_dll_search_path
ws_load_library
ws_module_open

; inet_aton.c
inet_aton

; inet_ntop.c
; Note: inet_v6defs.h renames this function for Windows (only)
ws_inet_ntop

; inet_pton.c
; Note: inet_v6defs.h renames this function for Windows (only)
ws_inet_pton

; mpeg-audio.c
mpa_bitrate
mpa_frequency
mpa_layer
mpa_padding
mpa_samples
mpa_version

; 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