-/* Copyright (c) 2008 The Board of Trustees of The Leland Stanford
+/* Copyright (c) 2008, 2009 The Board of Trustees of The Leland Stanford
* Junior University
*
* We are making the OpenFlow specification and associated documentation
* fatal signal hook, so that the hook is not invoked while the data structure
* is in an inconsistent state. */
void
-fatal_signal_block()
+fatal_signal_block(void)
{
static bool inited = false;
if (!inited) {
* fatal_signal_unblock() must be called the same number of times to unblock
* signals. */
void
-fatal_signal_unblock()
+fatal_signal_unblock(void)
{
assert(block_level > 0);
if (--block_level == 0) {