chiark / gitweb /
util: properly detect what the last capability is
[elogind.git] / src / util.h
index ccbe8a3efa4ab0bc9d2f77b9eac43f88feb05e8a..a71a297eab6b56740efe070d3473dd3118b183f3 100644 (file)
@@ -506,4 +506,6 @@ extern char **saved_argv;
 
 bool kexec_loaded(void);
 
+unsigned long cap_last_cap(void);
+
 #endif