summary refs log tree commit diff
path: root/src/libnm-std-aux/nm-std-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-std-aux/nm-std-utils.h')
-rw-r--r--src/libnm-std-aux/nm-std-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libnm-std-aux/nm-std-utils.h b/src/libnm-std-aux/nm-std-utils.h
index 6aa787eb..015444c9 100644
--- a/src/libnm-std-aux/nm-std-utils.h
+++ b/src/libnm-std-aux/nm-std-utils.h
@@ -35,4 +35,6 @@
 
 size_t nm_utils_get_next_realloc_size(bool true_realloc, size_t requested);
 
+const char *_nm_strerror_r(int errsv, char *buf, size_t buf_size);
+
 #endif /* __NM_STD_UTILS_H__ */