summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-10-11 22:30:31 +0200
committerLennart Poettering <lennart@poettering.net>2011-10-11 22:30:31 +0200
commit64685e0cea62b4937f0804e47ce2cb7929f58223 (patch)
treeb33dc0e8922360c9f067591cafa8632f2b26ea58 /src/util.h
parentd2134abdd5a21bb7e4b307f403d890901628fcf9 (diff)
util: properly detect what the last capability is
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index ccbe8a3efa..a71a297eab 100644
--- a/src/util.h
+++ b/src/util.h
@@ -506,4 +506,6 @@ extern char **saved_argv;
bool kexec_loaded(void);
+unsigned long cap_last_cap(void);
+
#endif