summaryrefslogtreecommitdiff
path: root/include/ouroboros/dev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ouroboros/dev.h')
-rw-r--r--include/ouroboros/dev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ouroboros/dev.h b/include/ouroboros/dev.h
index e857e211..d8e65144 100644
--- a/include/ouroboros/dev.h
+++ b/include/ouroboros/dev.h
@@ -31,7 +31,7 @@
/* These calls should be removed once we write the ouroboros OS. */
int ap_init(char * ap_name);
-void ap_fini();
+void ap_fini(void);
/* Returns file descriptor */
int ap_reg(char ** difs, size_t difs_size);