summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat/memstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmemstat/memstat.h')
-rw-r--r--lib/libmemstat/memstat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h
index c2e3174..f466408 100644
--- a/lib/libmemstat/memstat.h
+++ b/lib/libmemstat/memstat.h
@@ -90,6 +90,11 @@ struct memory_type_list;
__BEGIN_DECLS
/*
+ * Functions that operate without memory type or memory type list context.
+ */
+const char *memstat_strerror(int error);
+
+/*
* Functions for managing memory type and statistics data.
*/
struct memory_type_list *memstat_mtl_alloc(void);
OpenPOWER on IntegriCloud