aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuvst/fuvst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuvst/fuvst.h')
-rwxr-xr-xsrc/fuvst/fuvst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuvst/fuvst.h b/src/fuvst/fuvst.h
index 33ef3ae..05cde75 100755
--- a/src/fuvst/fuvst.h
+++ b/src/fuvst/fuvst.h
@@ -1,5 +1,4 @@
#include "../libmobile/sender.h"
-#include "../libscrambler/scrambler.h"
#include "../libv27/modem.h"
#include "../libmtp/mtp.h"
#include "mup.h"
@@ -22,6 +21,7 @@ typedef struct fuvst {
struct SysMeld SM; /* collects alarm messages */
} fuvst_t;
+const char *cnetz_number_valid(const char *number);
int fuvst_create(const char *kanal, enum fuvst_chan_type chan_type, const char *audiodev, int samplerate, double rx_gain, double tx_gain, const char *write_rx_wave, const char *write_tx_wave, const char *read_rx_wave, const char *read_tx_wave, int loopback, int ignore_link_failure, uint8_t sio, uint16_t local_pc, uint16_t remove_pc);
void fuvst_destroy(sender_t *sender);
void add_emergency(const char *number);