diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-07 20:46:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-09 20:56:26 +0100 |
| commit | 32ac98a4b6f53f06cfe26687d338dfa5125ec20d (patch) | |
| tree | 30ac889b9ee4112549ff801df5de00b8c5f254b4 /src/lib/util.h | |
| parent | 2dc531378af4cc050a3c0a3d22aa8b2c30b11471 (diff) | |
Add rfc_2822_date().
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index eaa705f5e..e70d6f90f 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -102,6 +102,7 @@ extern void capture_ffmpeg_logs(); extern void setup_grok_library_path(); #endif extern std::string join_strings(std::vector<std::string> const& in, std::string const& separator = " "); +extern std::string rfc_2822_date(time_t time); template <class T> |
