summaryrefslogtreecommitdiff
path: root/staging/mops.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mops.c')
-rw-r--r--staging/mops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/mops.c b/staging/mops.c
index f56deff..599d317 100644
--- a/staging/mops.c
+++ b/staging/mops.c
@@ -52,7 +52,7 @@
// Creates first element, aka "head" element
// This element can also be used! See mops_alloc_packet!
//
-struct mops * mops_init()
+struct mops * mops_init(void)
{
// these defaults can be changed by the user:
min_frame_s = MIN_MOPS_FRAME_SIZE; // important global; depends on used packet tx subsystem such as libnet