Changeset 45120 in vbox
- Timestamp:
- Mar 21, 2013 8:42:17 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/net.h
r45115 r45120 4 4 5 5 /* 6 * Copyright (C) 2008-201 2Oracle Corporation6 * Copyright (C) 2008-2013 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 67 67 */ 68 68 RTDECL(int) RTNetStrToIPv4Addr(const char *pszAddr, PRTNETADDRIPV4 pAddr); 69 69 70 70 71 /** -
trunk/src/VBox/Runtime/common/net/netaddrstr.cpp
r45115 r45120 1285 1285 RT_EXPORT_SYMBOL(RTNetIsIPv4AddrStr); 1286 1286 1287 1288 /** @todo r=bird: move to separate file, netaddrstr2.cpp without the contrib 1289 * statement in the header. This is our code. */ 1287 1290 RTDECL(int) RTNetStrToIPv4Addr(const char *pszAddr, PRTNETADDRIPV4 pAddr) 1288 1291 { … … 1319 1322 } 1320 1323 RT_EXPORT_SYMBOL(RTNetStrToIPv4Addr); 1324
Note:
See TracChangeset
for help on using the changeset viewer.