diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index d759d391..466ed86b 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -215,7 +215,7 @@ UID_SEEN= 1, /**< id was seen, but not deleted */ UID_DELETED= 2, /**< this message has been marked deleted */ UID_EXPUNGED= 3 /**< this message has been expunged */ }; -/*@}*/ +/**/ struct query; |