#ifndef FLCmds__h
#define FLCmds__h

#include "WimpLib:List.h"
#include "WimpLib:DocView.h"
#include "FileList.h"

bool FileList_MayRemove(const List* pList);
void FileList_Remove(FileList* pDoc, List* pList, bool bNonContainer);

int FileView_CheckCommand(const View* pView, int cmd, const List* pList);
bool FileView_ExecCommand(View* pView, int cmd, List* pList, const FLTrack* pRef);

#endif
