denyhosts/libclamav.h

21 lines
415 B
C

#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);
extern int _freshclam(int argc, char **argv);
#endif