denyhosts/libclamav.h

20 lines
369 B
C
Raw Normal View History

2022-10-22 18:41:00 +08:00
#ifndef LIBCLAMAV_H
#define LIBCLAMAV_H
#include <stdio.h>
#include <dirent.h>
#include <sys/stat.h>
#include <getopt.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <clamav.h>
extern int _clamav(int argc, char *argv[], char **env);
#endif