Changeset 76565 in vbox for trunk/src/VBox/Devices/Network/lwip-new
- Timestamp:
- Jan 1, 2019 4:23:20 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127867
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/lwip-new/vbox/VBoxLwipCore.h
r76553 r76565 17 17 */ 18 18 19 #ifndef __VBOXLWIPCORE_H__20 #define __VBOXLWIPCORE_H__19 #ifndef VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h 20 #define VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h 21 21 #ifndef RT_WITHOUT_PRAGMA_ONCE 22 22 # pragma once … … 31 31 int vboxLwipCoreInitialize(PFNRT1 pfnCallback, void * pfnCallbackArg); 32 32 void vboxLwipCoreFinalize(PFNRT1 pfnCallback, void * pfnCallbackArg); 33 #endif 33 #endif /* !VBOX_INCLUDED_SRC_Network_lwip_new_vbox_VBoxLwipCore_h */
Note:
See TracChangeset
for help on using the changeset viewer.