aboutsummaryrefslogtreecommitdiff
path: root/cmd/bedbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bedbug.c')
-rw-r--r--cmd/bedbug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/bedbug.c b/cmd/bedbug.c
index 9fee528..d3e3121 100644
--- a/cmd/bedbug.c
+++ b/cmd/bedbug.c
@@ -44,10 +44,10 @@ int bedbug_puts (const char *str)
* settings.
* ====================================================================== */
-void bedbug_init (void)
+int bedbug_init(void)
{
/* -------------------------------------------------- */
- return;
+ return 0;
} /* bedbug_init */