aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/call.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/call.h')
-rw-r--r--src/common/call.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/call.h b/src/common/call.h
index bef9da0..4df116d 100644
--- a/src/common/call.h
+++ b/src/common/call.h
@@ -1,5 +1,5 @@
-int call_init(const char *station_id, const char *sounddev, int samplerate, int latency, int loopback);
+int call_init(const char *station_id, const char *sounddev, int samplerate, int latency, int dial_digits, int loopback);
void call_cleanup(void);
int process_call(void);