add parameter list (or void) to all C functions
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10926 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e4ef0a23d3
commit
61001d958f
13 changed files with 19 additions and 19 deletions
|
|
@ -535,7 +535,7 @@ DohObjInfo DohHashType = {
|
|||
* Create a new hash table.
|
||||
* ----------------------------------------------------------------------------- */
|
||||
|
||||
DOH *DohNewHash() {
|
||||
DOH *DohNewHash(void) {
|
||||
Hash *h;
|
||||
int i;
|
||||
h = (Hash *) DohMalloc(sizeof(Hash));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue