diff options
Diffstat (limited to 'src/analyze/analyze-fdstore.h')
-rw-r--r-- | src/analyze/analyze-fdstore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/analyze/analyze-fdstore.h b/src/analyze/analyze-fdstore.h new file mode 100644 index 0000000..0b990db --- /dev/null +++ b/src/analyze/analyze-fdstore.h @@ -0,0 +1,5 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ + +#include "sd-bus.h" + +int verb_fdstore(int argc, char *argv[], void *userdata); |