/**
* Activate inactive grab clients if possible.
*
+ * \param sched Needed to schedule the grab client task.
+ *
* This is called from audiod.c when the current audio file changes. It loops
* over all inactive grab clients and checks each grab client's configuration
* to determine if the client in question wishes to grab the new stream. If
* This function is independent of readline and may be called before
* i9e_open().
*
- * return The number of possible completions.
+ * \return The number of possible completions.
*/
int i9e_extract_completions(const char *word, char **string_list,
char ***result)