| 452 | |
| 453 | |
| 454 | void SharedFilesShowFileList() |
| 455 | { |
| 456 | #ifndef AMULE_DAEMON |
| 457 | if (theApp->amuledlg->m_sharedfileswnd && theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl) { |
| 458 | theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->ShowFileList(); |
| 459 | } |
| 460 | #endif |
| 461 | } |
| 462 | |
| 463 | |
| 464 | void SharedFilesUpdateItem(CKnownFile* NOT_ON_DAEMON(file)) |
nothing calls this directly
no test coverage detected