mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
6201491233
maildrop-2.5.5 is GPL-3. No change in functionality, just a precaution before relicensing.
14 lines
302 B
C
14 lines
302 B
C
/*
|
|
** Copyright 2003 Double Precision, Inc.
|
|
** See COPYING for distribution information.
|
|
*/
|
|
|
|
#if HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#endif
|
|
#include "numlib.h"
|
|
#include <string.h>
|
|
|
|
|
|
LIBMAIL_STRIMPL(uid_t, libmail_strtouid_t, libmail_atouid_t)
|
|
LIBMAIL_STRIMPL(gid_t, libmail_strtogid_t, libmail_atogid_t)
|