chiark / gitweb /
tree-wide: remove Lennart's copyright lines
[elogind.git] / src / libelogind / sd-bus / bus-signature.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 ***/
6
7 #include <stdbool.h>
8
9 bool signature_is_single(const char *s, bool allow_dict_entry);
10 bool signature_is_pair(const char *s);
11 bool signature_is_valid(const char *s, bool allow_dict_entry);
12
13 int signature_element_length(const char *s, size_t *l);