summaryrefslogtreecommitdiff
path: root/staging/automops.c
diff options
context:
space:
mode:
Diffstat (limited to 'staging/automops.c')
-rw-r--r--staging/automops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/automops.c b/staging/automops.c
index b465346..05fb7de 100644
--- a/staging/automops.c
+++ b/staging/automops.c
@@ -23,7 +23,7 @@
// Creates first element, aka "head" element
// This element can also be used! See automops_alloc_protocol!
//
-struct automops * automops_init()
+struct automops * automops_init(void)
{
// Create initial automops element:
struct automops *new_automops = (struct automops*) malloc(sizeof(struct automops));