X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-sys%2Funix.h;fp=lib-sys%2Funix.h;h=b43077ad6c3f4dea52661756e54fe2ab0ac19dae;hb=d04295aaf918032c1c2fafc94ddf637cf23341e9;hp=0000000000000000000000000000000000000000;hpb=d40d2e47d8033cbf917d09c3865179870897e773;p=apps%2Fmadmutt.git diff --git a/lib-sys/unix.h b/lib-sys/unix.h new file mode 100644 index 0000000..b43077a --- /dev/null +++ b/lib-sys/unix.h @@ -0,0 +1,30 @@ +/* + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or (at + * your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + * + * Copyright © 2006 Pierre Habouzit + */ + +#ifndef MUTT_LIB_SYS_UNIX_H +#define MUTT_LIB_SYS_UNIX_H + +#include +#include + +#include + +ssize_t mutt_gecos_name(char *dst, ssize_t n, struct passwd *pw, rx_t *rx); + +#endif /* MUTT_LIB_SYS_UNIX_H */