summaryrefslogtreecommitdiffstats
path: root/callerid.h
diff options
context:
space:
mode:
authorKarsten Keil2008-09-02 02:02:11 +0200
committerKarsten Keil2008-09-02 02:02:11 +0200
commit08aad9a8c5ad279759e0a870b1dd0d8159ce3444 (patch)
tree90dded99cc57d2149905871ecc6bfa1ece6fe701 /callerid.h
parentFix 64bit build (diff)
downloadlcr-08aad9a8c5ad279759e0a870b1dd0d8159ce3444.tar.gz
lcr-08aad9a8c5ad279759e0a870b1dd0d8159ce3444.tar.xz
lcr-08aad9a8c5ad279759e0a870b1dd0d8159ce3444.zip
Fix lot of warnings
Diffstat (limited to 'callerid.h')
-rw-r--r--callerid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/callerid.h b/callerid.h
index 6fffd07..d1e5b46 100644
--- a/callerid.h
+++ b/callerid.h
@@ -9,6 +9,6 @@
** **
\*****************************************************************************/
-char *nationalize_callerinfo(char *string, int *type, char *national, char *international);
-char *numberrize_callerinfo(char *string, int type, char *national, char *international);
+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);