ShellP.h 377 B

12345678910111213141516171819202122
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/X11/ShellP.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( X11_CLASS_CHECK )
  7. struct {
  8. #ifdef __cplusplus
  9. char *c_class;
  10. #else
  11. char *class;
  12. #endif
  13. } mumble;
  14. #endif /* X11_CLASS_CHECK */