summaryrefslogtreecommitdiff
path: root/iax/utils.h
blob: 01483a54ca09391221c5f259b72450a4d2165eaf (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _UTILS_INC
#define _UTILS_INC

void ShowError(char *fmt, ...);
void ShowWarning(char *fmt, ...);
void ShowInfo(char *fmt, ...);

void WMPPause();

#endif