Add missing (void) to prototype
LALSuite builds with FrameL are failing because LALSuite is built
with the -Wstrict-prototypes
warning enabled, which requires
prototypes for functions to take no arguments to be declared with
the argument list (void)
.
Once this is merged and in a release, we will be able to address lscsoft/lalsuite#437 (closed).