summaryrefslogtreecommitdiffstats
path: root/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mode.h')
-rw-r--r--include/mode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mode.h b/include/mode.h
index e20391cc..fb2ded26 100644
--- a/include/mode.h
+++ b/include/mode.h
@@ -53,8 +53,10 @@ typedef enum
* @param mode The mode to initialize
*
* Initialize mode
+ *
+ * @returns FALSE if there was a failure, TRUE if successful
*/
-void mode_init ( Mode *mode );
+int mode_init ( Mode *mode );
/**
* @param mode The mode to destroy