| 3442 | } |
| 3443 | |
| 3444 | int cbm_daemon_application_index(cbm_daemon_application_t *application, const char *project_name, |
| 3445 | const char *root_path) { |
| 3446 | return application_background_index(application, project_name, root_path, false); |
| 3447 | } |
| 3448 | |
| 3449 | int cbm_daemon_application_watcher_index(const char *project_name, const char *root_path, |
| 3450 | void *context) { |