Browse code

Add comment

git-svn: trunk@3426

Nigel Horne authored on 2007/12/17 00:17:07
Showing 2 changed files
... ...
@@ -59,7 +59,7 @@ typedef	struct fileblob {
59 59
 	unsigned	int	isNotEmpty : 1;
60 60
 	unsigned	int	isInfected : 1;
61 61
 	unsigned	long	bytes_scanned;
62
-	cli_ctx	*ctx;
62
+	cli_ctx	*ctx;	/* When set we can scan the blob, otherwise NULL */
63 63
 } fileblob;
64 64
 
65 65
 fileblob	*fileblobCreate(void);
... ...
@@ -30,7 +30,7 @@ typedef struct message {
30 30
 	char	**mimeArguments;
31 31
 	char	*mimeDispositionType;	/* probably attachment */
32 32
 	text	*body_first, *body_last;
33
-	cli_ctx	*ctx;
33
+	cli_ctx	*ctx;	/* When set we can scan the message, otherwise NULL */
34 34
 
35 35
 	char	base64_1, base64_2, base64_3;
36 36
 	int	base64chars;