mirror of
https://github.com/shadow-maint/shadow.git
synced 2026-01-27 06:14:09 +00:00
9 lines
138 B
C
9 lines
138 B
C
#ifndef _GETDATE_H_
|
|
#define _GETDATE_H_
|
|
|
|
#include <config.h>
|
|
#include "defines.h"
|
|
|
|
time_t get_date (const char *, const time_t *);
|
|
#endif
|