mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -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.
12 lines
243 B
C
12 lines
243 B
C
/* AVB support */
|
|
/* SPDX-FileCopyrightText: Copyright © 2022 Wim Taymans */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef AVB_SRP_H
|
|
#define AVB_SRP_H
|
|
|
|
#include "internal.h"
|
|
|
|
int avb_srp_register(struct server *server);
|
|
|
|
#endif /* AVB_SRP_H */
|