Add explicit void parameter to newmembuf() function declaration.
commit065c34273c0d7c4aa669b9a926ae50ae3963dbb9
authorbcallah@devio.us <bcallah@devio.us>
Thu, 14 Jul 2016 21:15:41 +0000 (14 14:15 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 14 Jul 2016 21:15:41 +0000 (14 14:15 -0700)
tree2d6ab8b35e67a738e835481566e9cb488e8532e5
parent2fc232bd235f969224e6238fb037720d6de8449e
Add explicit void parameter to newmembuf() function declaration.

In rdoff/rdoff.c, the function declaration for newmembuf is written:
static memorybuf *newmembuf()
The attached diff adds an explicit void parameter.
It seems like it would be nicer with an explicit void parameter
especially since the -Werror build options seem to want to find such
things.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
rdoff/rdoff.c