VirtualBox

Ignore:
Timestamp:
Jan 26, 2023 3:59:04 PM (2 years ago)
Author:
vboxsync
Message:

Runtime,Main: Remove the now unused and deprecated RTTar* API in favor of the VFS implementation, move the header declaring the tar headers to iprt/formats so the appliance code can access some required defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/magics.h

    r98103 r98322  
    238238/** Magic value for RTTCPSERVER::u32Magic. (Harlan Ellison) */
    239239#define RTUDPSERVER_MAGIC               UINT32_C(0x19340527)
    240 /** The value of RTTAR::u32Magic. (Donald Ervin Knuth) */
    241 #define RTTAR_MAGIC                     UINT32_C(0x19380110)
    242 /** The value of RTTAR::u32Magic after RTTarClose(). */
    243 #define RTTAR_MAGIC_DEAD                ~RTTAR_MAGIC
    244 /** The value of RTTARFILE::u32Magic. (Abraham Stoker) */
    245 #define RTTARFILE_MAGIC                 UINT32_C(0x18471108)
    246 /** The value of RTTARFILE::u32Magic after RTTarFileClose(). */
    247 #define RTTARFILE_MAGIC_DEAD            UINT32_C(0x19120420)
    248240/** RTTESTINT::u32Magic value. (Daniel Kehlmann) */
    249241#define RTTESTINT_MAGIC                 UINT32_C(0x19750113)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette