source: trunk/src/icmp/icmp.def@ 22015

Last change on this file since 22015 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 431 bytes
Line 
1; $Id: icmp.def,v 1.2 2000-12-16 22:53:21 bird Exp $
2
3LIBRARY ICMP
4DESCRIPTION 'Odin32 System DLL - ICMP'
5DATA MULTIPLE NONSHARED
6
7EXPORTS
8 IcmpCloseHandle = "_IcmpCloseHandle@4" @1
9 IcmpCreateFile = "_IcmpCreateFile@0" @2
10 IcmpSendEcho = "_IcmpSendEcho@32" @3
11; do_echo_rep = _do_echo_rep@0 @4
12; do_echo_req = _do_echo_req@0 @5
13; register_icmp = _register_icmp@0 @6
Note: See TracBrowser for help on using the repository browser.