sipxportlib  Version 3.3
host_address.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 #ifdef __linux__
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 unsigned int getExternalHostAddressLinux(void);
18 void getEthernetHWAddrLinux(char * address, int length);
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
24 #endif /* __linux__ */
25