#ifndef __SaveAs__H
#define __SaveAs__H

#include <stdbool.h>
#include "WimpLib:DocView.h"
#include "WimpLib:Event.h"

#ifdef __cplusplus
extern "C" {
#endif

void SaveAs_AskSaveAs(Document*, const View* pSender, bool bSetSelFlag, bool bAllowSelFlag);

#ifdef __cplusplus
}
#endif

#endif
