* Fix an error in compilation when Alpine is not built with S/MIME
[alpine.git] / pith / user.h
blob7372996c28fe749f66e5eb02d493cbee31062518
1 /*
2 * $Id: user.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PITH_USER_INCLUDED
17 #define PITH_USER_INCLUDED
21 * used to store system derived user info
23 typedef struct user_info {
24 char *homedir;
25 char *login;
26 char *fullname;
27 } USER_S;
30 #endif /* PITH_USER_INCLUDED */