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

« back to all changes in this revision

Viewing changes to freshclam/execute.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:
21
21
#ifndef __EXECUTE_H
22
22
#define __EXECUTE_H
23
23
 
24
 
#include "shared/optparser.h"
25
 
 
26
 
void execute( const char *type, const char *text, const struct optstruct *opts );
 
24
void execute( const char *type, const char *text );
27
25
 
28
26
#endif