#ifndef ZERO_NATIVE_AUTOMATION_HOST_H
#define ZERO_NATIVE_AUTOMATION_HOST_H

#ifdef __cplusplus
extern "C" {
#endif

int zero_native_automation_write_placeholder_screenshot(const char *path);

#ifdef __cplusplus
}
#endif

#endif
