aboutsummaryrefslogtreecommitdiff
path: root/src/rc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-29 17:03:38 +0000
committerRoy Marples <roy@marples.name>2007-09-29 17:03:38 +0000
commit7d5c82cf63a6cbd2088fb6277b79a2d807710868 (patch)
tree8609b29b76f0d78f440f740b810551f0b96aab8d /src/rc.h
parentf795cd20f86fc27cdbcfaf405eb6e572c10dc353 (diff)
rc_wait_service -> rc_service_wait
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 af58b090..94640f9e 100644
--- a/src/rc.h
+++ b/src/rc.h
@@ -129,7 +129,7 @@ void rc_schedule_clear (const char *service);
/*! Wait for a service to finish
* @param service to wait for
* @return true if service finished before timeout, otherwise false */
-bool rc_wait_service (const char *service);
+bool rc_service_wait (const char *service);
/*! Return a saved value for a service
* @param service to check