mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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.
13 lines
278 B
C
13 lines
278 B
C
/* PipeWire */
|
|
/* SPDX-FileCopyrightText: Copyright © 2021 Red Hat, Inc. */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef PULSE_LOG_H
|
|
#define PULSE_LOG_H
|
|
|
|
#include <pipewire/log.h>
|
|
|
|
PW_LOG_TOPIC_EXTERN(mod_topic);
|
|
#define PW_LOG_TOPIC_DEFAULT mod_topic
|
|
|
|
#endif /* PULSE_LOG_H */
|