-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcallerid.h
14 lines (12 loc) · 1.01 KB
/
callerid.h
1
2
3
4
5
6
7
8
9
10
11
12
13
/*****************************************************************************\
** **
** Linux Call Router **
** **
**---------------------------------------------------------------------------**
** Copyright: Andreas Eversberg **
** **
** callerid header file **
** **
\*****************************************************************************/
const char *nationalize_callerinfo(const char *string, int *type, const char *national, const char *international);
const char *numberrize_callerinfo(const char *string, int type, const char *national, const char *international);