swap.h 558 B

123456789101112131415161718192021222324252627
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/mach-o/swap.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #ifndef FIXINC_WRAP_MACH_O_SWAP_H_DARWIN_EXTERNC
  7. #define FIXINC_WRAP_MACH_O_SWAP_H_DARWIN_EXTERNC 1
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #if defined( DARWIN_EXTERNC_CHECK )
  12. extern void swap_fat_header();
  13. #endif /* DARWIN_EXTERNC_CHECK */
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif /* FIXINC_WRAP_MACH_O_SWAP_H_DARWIN_EXTERNC */