Maintain states for remote socket connections
[lcr.git] / callerid.h
1 /*****************************************************************************\
2 **                                                                           **
3 ** Linux Call Router                                                         **
4 **                                                                           **
5 **---------------------------------------------------------------------------**
6 ** Copyright: Andreas Eversberg                                              **
7 **                                                                           **
8 ** callerid header file                                                      **
9 **                                                                           **
10 \*****************************************************************************/ 
11
12 const char *nationalize_callerinfo(const char *string, int *type, const char *national, const char *international);
13 const char *numberrize_callerinfo(const char *string, int type, const char *national, const char *international);
14