rc_wait_service -> rc_service_wait

This commit is contained in:
Roy Marples
2007-09-29 17:03:38 +00:00
parent f795cd20f8
commit 7d5c82cf63
4 changed files with 8 additions and 8 deletions

View File

@ -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