Merge pull request #467 from alejandro-colomar/date_to_str

Have a single definition of date_to_str()
This commit is contained in:
Serge Hallyn
2021-12-27 09:53:00 -06:00
committed by GitHub
7 changed files with 58 additions and 61 deletions

View File

@ -131,6 +131,9 @@ extern int copy_tree (const char *src_root, const char *dst_root,
uid_t old_uid, uid_t new_uid,
gid_t old_gid, gid_t new_gid);
/* date_to_str.c */
extern void date_to_str (size_t size, char buf[size], long date);
/* encrypt.c */
extern /*@exposed@*//*@null@*/char *pw_encrypt (const char *, const char *);