12 lines
No EOL
145 B
C
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 |