Changeset 42431 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Jul 27, 2012 8:22:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/tftp.c
r42190 r42431 240 240 } 241 241 242 DECLINLINE(int) tftpSessionParseAndMarkOption(const char *pcszRawOption, PTFPTPSESSIONOPTDESC pTftpSessionOption)242 DECLINLINE(int) tftpSessionParseAndMarkOption(const char *pcszRawOption, PTFPTPSESSIONOPTDESC pTftpSessionOption) 243 243 { 244 244 int rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.