summaryrefslogtreecommitdiffstats
path: root/callerid.h
diff options
context:
space:
mode:
Diffstat (limited to 'callerid.h')
-rw-r--r--callerid.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/callerid.h b/callerid.h
new file mode 100644
index 0000000..6fffd07
--- /dev/null
+++ b/callerid.h
@@ -0,0 +1,14 @@
+/*****************************************************************************\
+** **
+** Linux Call Router **
+** **
+**---------------------------------------------------------------------------**
+** Copyright: Andreas Eversberg **
+** **
+** callerid header file **
+** **
+\*****************************************************************************/
+
+char *nationalize_callerinfo(char *string, int *type, char *national, char *international);
+char *numberrize_callerinfo(char *string, int type, char *national, char *international);
+