aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.h b/fetchmail.h
index efb16e47..4d4022be 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -122,7 +122,7 @@ struct runctl
struct idlist
{
- char *id;
+ unsigned char *id;
union
{
struct
@@ -135,7 +135,7 @@ struct idlist
#define UID_EXPUNGED 3 /* this message has been expunged */
}
status;
- char *id2;
+ unsigned char *id2;
} val;
struct idlist *next;
};