diff options
Diffstat (limited to 'src/core/librcscripts/runlevels.c')
-rw-r--r-- | src/core/librcscripts/runlevels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/librcscripts/runlevels.c b/src/core/librcscripts/runlevels.c index b2d8442..914f7ab 100644 --- a/src/core/librcscripts/runlevels.c +++ b/src/core/librcscripts/runlevels.c @@ -29,7 +29,7 @@ #include "rcscripts.h" -static char ** get_runlevel_dirs (void); +static char **get_runlevel_dirs (void); LIST_HEAD (runlevel_list); |