aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-03 14:11:55 +0000
committerRoy Marples <roy@marples.name>2007-10-03 14:11:55 +0000
commit260318f24fb806be93122b1704ad4e0ea80a748f (patch)
treed2613f36bd7a1fee2bff228b011b43fdeb353c1a /src/rc.h
parent0ccf248afde8159ece027af1491daed97c761420 (diff)
rc_get_runlevels -> rc_runlevel_list
Diffstat (limited to 'src/rc.h')
-rw-r--r--src/rc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc.h b/src/rc.h
index 6f9cebb8..80bd9263 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -180,7 +180,7 @@ bool rc_runlevel_exists (const char *runlevel);
/*! Return a NULL terminated list of runlevels
* @return a NULL terminated list of runlevels */
-char **rc_get_runlevels (void);
+char **rc_runlevel_list (void);
/*! Is the runlevel starting?
* @return true if yes, otherwise false */