aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bnetz/dsp.h')
-rw-r--r--src/bnetz/dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bnetz/dsp.h b/src/bnetz/dsp.h
index 6d249c5..1114799 100644
--- a/src/bnetz/dsp.h
+++ b/src/bnetz/dsp.h
@@ -2,4 +2,5 @@
void dsp_init(void);
int dsp_init_sender(bnetz_t *bnetz);
void dsp_cleanup_sender(bnetz_t *bnetz);
+void bnetz_set_dsp_mode(bnetz_t *bnetz, enum dsp_mode mode);