| 356 | } |
| 357 | |
| 358 | void KnownFile_Comment_Set(CKnownFile* file, wxString comment, int8 rating) |
| 359 | { |
| 360 | theApp->sharedfiles->SetFileCommentRating(file, comment, rating); |
| 361 | } |
| 362 | |
| 363 | void Download_Set_Cat_Prio(uint8 cat, uint8 newprio) |
| 364 | { |
nothing calls this directly
no test coverage detected