#ifndef __SCAP_H #define __SCAP_H #include "ftpd.h" #ifdef _ENABLE_SCAP void take_screenshot(const wchar_t* fname); #endif #endif