diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 8120af3d..9819e6ba 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -93,6 +93,7 @@ struct hostrec /* internal use */ int active; struct hostrec *next; /* next host in chain */ + int uid; /* UID of user to deliver to */ char digest [DIGESTLEN]; }; |