summaryrefslogtreecommitdiffstats
path: root/callerid.h
blob: d1e5b46b0af928b18e74e905fece06a12fbfcbe0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*****************************************************************************\
**                                                                           **
** 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);