diff options
| -rw-r--r-- | include/llvm-c/Core.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index e1a9953..40696e0 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -208,8 +208,8 @@ void LLVMDisposeMessage(char *Message);  /*===-- Modules -----------------------------------------------------------===*/  /* Create and destroy contexts. */ -LLVMContextRef LLVMContextCreate(); -LLVMContextRef LLVMGetGlobalContext(); +LLVMContextRef LLVMContextCreate(void); +LLVMContextRef LLVMGetGlobalContext(void);  void LLVMContextDispose(LLVMContextRef C);  /* Create and destroy modules. */  | 
