Changeset 76576 in vbox for trunk/src/VBox/NetworkServices/Dhcpd/Db.h
- Timestamp:
- Jan 1, 2019 6:05:25 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/Dhcpd/Db.h
r76553 r76576 16 16 */ 17 17 18 #ifndef _DHCPD_DB_H_19 #define _DHCPD_DB_H_18 #ifndef VBOX_INCLUDED_SRC_Dhcpd_Db_h 19 #define VBOX_INCLUDED_SRC_Dhcpd_Db_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 160 160 }; 161 161 162 #endif /* _DHCPD_DB_H_*/162 #endif /* !VBOX_INCLUDED_SRC_Dhcpd_Db_h */
Note:
See TracChangeset
for help on using the changeset viewer.