From 260318f24fb806be93122b1704ad4e0ea80a748f Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 3 Oct 2007 14:11:55 +0000 Subject: rc_get_runlevels -> rc_runlevel_list --- src/rc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc.h') 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 */ -- cgit v1.2.3