Add comment

git-svn: trunk@3426
remotes/push_mirror/metadata
Nigel Horne 18 years ago
parent 2b4598190c
commit 7891ef0bc0
  1. 2
      libclamav/blob.h
  2. 2
      libclamav/message.h

@ -59,7 +59,7 @@ typedef struct fileblob {
unsigned int isNotEmpty : 1; unsigned int isNotEmpty : 1;
unsigned int isInfected : 1; unsigned int isInfected : 1;
unsigned long bytes_scanned; unsigned long bytes_scanned;
cli_ctx *ctx; cli_ctx *ctx; /* When set we can scan the blob, otherwise NULL */
} fileblob; } fileblob;
fileblob *fileblobCreate(void); fileblob *fileblobCreate(void);

@ -30,7 +30,7 @@ typedef struct message {
char **mimeArguments; char **mimeArguments;
char *mimeDispositionType; /* probably attachment */ char *mimeDispositionType; /* probably attachment */
text *body_first, *body_last; text *body_first, *body_last;
cli_ctx *ctx; cli_ctx *ctx; /* When set we can scan the message, otherwise NULL */
char base64_1, base64_2, base64_3; char base64_1, base64_2, base64_3;
int base64chars; int base64chars;

Loading…
Cancel
Save