blob: bc372a994f8b42f337c98a9ff7e1367df1b29dce [file] [log] [blame]
/*
* Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
*/
#ifndef __SCANNERS_H
#define __SCANNERS_H
#include "clamav.h"
#include "others.h"
int cli_magic_scandesc(int desc, cli_ctx *ctx);
int cli_scandir(const char *dirname, cli_ctx *ctx);
#endif