wireshark/wsutil/libwsutil.def
Jeff Morriss a5cee04fad Move the file utility functions from wiretap to libwsutil so that
libwireshark (and the plugins using those functions) do not depend on
wiretap on Windows.

While doing that, rename the eth_* functions to ws_*.

svn path=/trunk/; revision=25354
2008-05-22 15:46:27 +00:00

27 lines
417 B
Modula-2

; 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
mpa_bitrate
mpa_frequency
mpa_layer
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