aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-07-10 19:14:37 +0000
committerRoy Marples <roy@marples.name>2007-07-10 19:14:37 +0000
commit023d66578b051fda123df4d2c07ae8492a71da93 (patch)
tree882a476d72f32176e358294b9774d8ae94f9e847 /src/rc.h
parent05201b514b99d636af8067e442b2c6ab04e6d530 (diff)
Rename variable
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 8300f725..b2d74082 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -45,7 +45,7 @@ typedef enum
char *rc_resolve_service (const char *service);
bool rc_service_exists (const char *service);
char **rc_service_options (const char *service);
-char *rc_service_description (const char *service, const char *function);
+char *rc_service_description (const char *service, const char *option);
bool rc_service_in_runlevel (const char *service, const char *runlevel);
bool rc_service_state (const char *service, rc_service_state_t state);
bool rc_mark_service (const char *service, rc_service_state_t state);