LarsGit223 commented on this pull request.
return entry->status;
+ } + } + } + return PROJECT_ENTRY_STATUS_UNKNOWN; +} + + +/** Add a project to the workbench. + * + * @param wb The workbench + * @param filename Project file + * @return TRUE on success, FALSE otherwise + * + **/ +gboolean workbench_add_project(WORKBENCH *wb, gchar *filename)
Fixed. All filename parameters and return values in ```wb_project.c``` and ```workbench.c``` can be ```const```.