1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

man: fix prototpe of sd_bus_message_peek_type()

Fixes #17609.
This commit is contained in:
Yu Watanabe 2020-11-15 05:13:55 +09:00
parent e55c073161
commit 483abcc65b

View File

@ -44,6 +44,7 @@
<funcprototype>
<funcdef>int <function>sd_bus_message_peek_type</function></funcdef>
<paramdef>sd_bus_message *<parameter>m</parameter></paramdef>
<paramdef>char *<parameter>type</parameter></paramdef>
<paramdef>const char **<parameter>contents</parameter></paramdef>
</funcprototype>