summaryrefslogtreecommitdiff
path: root/iax/dial_dlg.h
blob: d19887abab8ee7cf01007b96375dd8c061f96068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _DIAL_DLG_INC
#define _DIAL_DLG_INC

void ResetDlgHotkey();

void ShowDialDialog(bool activate);
void SetLevels(float in, float out);

void RefreshLineInfo();

void InitDialDialog();
void DeinitDialDialog();

#endif