Add support for config reset
This commit is contained in:
9
src/device-reset-config.h
Normal file
9
src/device-reset-config.h
Normal file
@@ -0,0 +1,9 @@
|
||||
// SPDX-FileCopyrightText: 2024 Geoffrey D. Bennett <g@b4.vu>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "alsa.h"
|
||||
|
||||
void create_reset_config_window(GtkWidget *w, struct alsa_card *card);
|
||||
Reference in New Issue
Block a user