#ifndef _RTF_H
#define _RTF_H
#include <clamav-config.h>
#ifdef CL_EXPERIMENTAL


int cli_scanrtf(int desc, cli_ctx *ctx);

#endif

#endif