[llvm-c] Make a few function declarations proper prototypes
authorAnders Waldenborg <anders@0x63.nu>
Wed, 2 May 2012 16:15:32 +0000 (16:15 +0000)
committerAnders Waldenborg <anders@0x63.nu>
Wed, 2 May 2012 16:15:32 +0000 (16:15 +0000)
commit8ed9951c3a2c19d8374946c83f51c1b018b8897f
treec6e2fc827901bf64642c03e5728187c4015904af
parent95f0cf0438f7da130910ee9c5d82e04f9c8471ab
[llvm-c] Make a few function declarations proper prototypes

This avoids warnings when included in a application that
uses -Wstrict-prototypes.

e.g: AsmPrinters.def:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155997 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Target.h