~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to sigtool/vba.h

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef __VBA_H
21
21
#define __VBA_H
22
22
 
23
 
#include "libclamav/uniq.h"
24
 
#include "libclamav/others.h"
25
 
 
26
 
int sigtool_vba_scandir(const char *dirname, int hex_output, struct uniq *U);
27
 
cli_ctx *convenience_ctx(int fd);
28
 
void destroy_ctx(cli_ctx *ctx);
 
23
extern int hex_output;
 
24
int sigtool_vba_scandir(const char *dirname, int hex_output);
29
25
 
30
26
#endif