ftp-server-minimal/scap.h
2020-01-26 02:20:59 +02:00

12 lines
No EOL
145 B
C

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