summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-12-01 15:56:21 +0300
committermonsta <[email protected]>2015-12-01 15:56:21 +0300
commit7b43e1845d8a30e92643b366b50df1d4134cb981 (patch)
tree2f0ce8efc3a43e669e68bc35b64e31b7c581c884
parent56fd4ac66dd3b93a51cb545c2ef838125bfd247f (diff)
downloadmate-system-monitor-7b43e1845d8a30e92643b366b50df1d4134cb981.tar.bz2
mate-system-monitor-7b43e1845d8a30e92643b366b50df1d4134cb981.tar.xz
Give procman_format_date_for_display a proper C linkage
from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=e94b981e794b8a0ae3d682b90c265de365c2d28a
-rw-r--r--src/e_date.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/e_date.h b/src/e_date.h
index 28dfd13..2332612 100644
--- a/src/e_date.h
+++ b/src/e_date.h
@@ -2,8 +2,13 @@
#define H_PROCMAN_E_DATE_1135695432
#include <time.h>
+#include <glib.h>
+
+G_BEGIN_DECLS
char *
procman_format_date_for_display(time_t d);
+G_END_DECLS
+
#endif /* H_PROCMAN_E_DATE_1135695432 */