Changeset 45120 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Mar 21, 2013 8:42:17 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.