[common] allow building with -Wstrict-prototypes

This commit is contained in:
Tudor Brindus
2022-02-20 11:44:13 -05:00
committed by Geoffrey McRae
parent eeefc15e46
commit 38340d3497
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ struct IVSHMEM
void * opaque;
};
void ivshmemOptionsInit();
void ivshmemOptionsInit(void);
bool ivshmemInit(struct IVSHMEM * dev);
bool ivshmemOpen(struct IVSHMEM * dev);
bool ivshmemOpenDev(struct IVSHMEM * dev, const char * shmDev);