VirtualBox

Ignore:
Timestamp:
Jan 2, 2018 11:59:55 AM (7 years ago)
Author:
vboxsync
Message:

IPRT: Moved RTZipGZipCmd into the runtime, leaving a main wrapper behind. Want to use it too in VBoxControl for debugging purposes.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/gzipcmd.cpp

    r70399 r70424  
    429429 *                              reordered, so the memory must be writable.)
    430430 */
    431 RTEXITCODE RTZipGzipCmd(unsigned cArgs, char **papszArgs)
     431RTDECL(RTEXITCODE) RTZipGzipCmd(unsigned cArgs, char **papszArgs)
    432432{
    433433
     
    594594}
    595595
    596 
    597 int main(int argc, char **argv)
    598 {
    599     int rc = RTR3InitExe(argc, &argv, 0);
    600     if (RT_FAILURE(rc))
    601         return RTMsgInitFailure(rc);
    602     return RTZipGzipCmd(argc, argv);
    603 }
    604 
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