From c09e5228537e4bcf5c9a074c696b698ff8ead1a5 Mon Sep 17 00:00:00 2001 From: rbuj Date: Fri, 19 Apr 2019 21:01:10 +0200 Subject: Use g_date_time_format instead of filter_date https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format --- src/util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 0381698..75975d7 100644 --- a/src/util.h +++ b/src/util.h @@ -5,6 +5,7 @@ #include #include +#include #include using std::string; @@ -20,6 +21,9 @@ procman_make_label_for_mmaps_or_ofiles(const char *format, gboolean load_symbols(const char *module, ...) G_GNUC_NULL_TERMINATED; +gchar * +procman_format_date_for_display(time_t time_raw); + const char* format_process_state(guint state); -- cgit v1.2.1