]> git.droids-corp.org - aversive.git/blobdiff - modules/ihm/rdline/rdline.h
rdline: rename RDLINE_INIT -> RDLINE_STOPPED
[aversive.git] / modules / ihm / rdline / rdline.h
index 9e330b77346d5f6549f25e2236ebc08c51684b37..40bd20d70b8d73c0341fe895ffb250f8fde5d48f 100644 (file)
@@ -64,7 +64,7 @@
 #define RDLINE_HISTORY_MAX_LINE 64
 
 enum rdline_status {
-       RDLINE_INIT,
+       RDLINE_STOPPED,
        RDLINE_RUNNING,
 };