X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=tools%2Fmeson-check-api-docs.sh;h=1094101e089c122a0fbce543a87b23a8cb4e31ca;hb=622018c5b46a98be67e1bc596312b21d5b6bbabf;hp=2ba50108767ff8ced8fbfe137c17e061765b5ed1;hpb=b15b4376af36ea620bb3dd130a3dab31f3db6daf;p=thirdparty%2Fsystemd.git diff --git a/tools/meson-check-api-docs.sh b/tools/meson-check-api-docs.sh index 2ba50108767..1094101e089 100755 --- a/tools/meson-check-api-docs.sh +++ b/tools/meson-check-api-docs.sh @@ -11,6 +11,8 @@ deprecated=" -e sd_bus_process_priority -e sd_bus_message_get_priority -e sd_bus_message_set_priority + -e sd_seat_can_multi_session + -e sd_journal_open_container " for symbol in `nm -g --defined-only "$@" | grep " T " | cut -d" " -f3 | grep -wv $deprecated | sort -u` ; do