20 lines
369 B
C
20 lines
369 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);
|
||
|
|
||
|
#endif
|