Move LTOModule and LTOCodeGenerator to the llvm namespace.
llvm-svn: 207911
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h
index 84e22b3..51079896 100644
--- a/llvm/include/llvm-c/lto.h
+++ b/llvm/include/llvm-c/lto.h
@@ -84,10 +84,10 @@
} lto_codegen_model;
/** opaque reference to a loaded object module */
-typedef struct LTOModule* lto_module_t;
+typedef struct LLVMOpaqueLTOModule *lto_module_t;
/** opaque reference to a code generator */
-typedef struct LTOCodeGenerator* lto_code_gen_t;
+typedef struct LLVMOpaqueLTOCodeGenerator *lto_code_gen_t;
#ifdef __cplusplus
extern "C" {