12345678910111213141516171819202122232425262728 |
- /*
- * Licensed Materials - Property of IBM and/or HCL
- *
- * IBM Informix Dynamic Server
- * (c) Copyright IBM Corporation 1996, 2004 All rights reserved.
- * (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved.
- *
- ***************************************************************************
- *
- * Title: mi.h
- * Description:
- * Includes MIAPI public header files
- *
- ***************************************************************************
- */
-
- #ifndef _MI_H_
- #define _MI_H_
- #include "milib.h"
- #include "miback.h"
- #include "milo.h"
- #include "miloback.h"
- #include "mitrace.h"
-
- #endif /* _MI_H_ */
|