mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-13 02:48:23 +00:00
[common] allow building with -Wstrict-prototypes
This commit is contained in:

committed by
Geoffrey McRae

parent
eeefc15e46
commit
38340d3497
@@ -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);
|
||||
|
Reference in New Issue
Block a user