mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
SPDX tags make the licensing information easy to understand and clear, and they are machine parseable. See https://spdx.dev for more information.
11 lines
265 B
C
11 lines
265 B
C
/* PipeWire */
|
|
/* SPDX-FileCopyrightText: Copyright © 2021 Wim Taymans */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
#include <avahi-client/client.h>
|
|
|
|
#include <pipewire/loop.h>
|
|
|
|
AvahiPoll* pw_avahi_poll_new(struct pw_loop *loop);
|
|
|
|
void pw_avahi_poll_free(AvahiPoll *p);
|