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.
12 lines
257 B
C
12 lines
257 B
C
/* PipeWire */
|
|
/* SPDX-FileCopyrightText: Copyright © 2022 Wim Taymans */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef PULSER_SERVER_CMD_H
|
|
#define PULSER_SERVER_CMD_H
|
|
|
|
#include "internal.h"
|
|
|
|
int cmd_run(struct impl *impl);
|
|
|
|
#endif /* PULSER_SERVER_CMD_H */
|