pipewire/src/modules/module-protocol-pulse/log.h

14 lines
278 B
C
Raw Normal View History

/* 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 */