mi.h 637 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Licensed Materials - Property of IBM and/or HCL
  3. *
  4. * IBM Informix Dynamic Server
  5. * (c) Copyright IBM Corporation 1996, 2004 All rights reserved.
  6. * (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.
  7. *
  8. ***************************************************************************
  9. *
  10. * Title: mi.h
  11. * Description:
  12. * Includes MIAPI public header files
  13. *
  14. ***************************************************************************
  15. */
  16. #ifndef _MI_H_
  17. #define _MI_H_
  18. #include "milib.h"
  19. #include "miback.h"
  20. #include "milo.h"
  21. #include "miloback.h"
  22. #include "mitrace.h"
  23. #endif /* _MI_H_ */