Module: sip-router Branch: master Commit: a3088112a2f689d240be1506a5d6a3499e8703b5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a3088112...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Wed Apr 29 17:33:19 2009 +0200
sms(k): sms_report_type & tmb declared in multiple places
---
modules_k/sms/libsms_putsms.c | 1 - modules_k/sms/sms.c | 1 - modules_k/sms/sms_funcs.c | 1 - 3 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules_k/sms/libsms_putsms.c b/modules_k/sms/libsms_putsms.c index 89b2d41..8223f0d 100644 --- a/modules_k/sms/libsms_putsms.c +++ b/modules_k/sms/libsms_putsms.c @@ -25,7 +25,6 @@ mailto:s.frings@mail.isis.de #include "libsms_modem.h"
-int sms_report_type;
static char hexa[16] = { '0','1','2','3','4','5','6','7', diff --git a/modules_k/sms/sms.c b/modules_k/sms/sms.c index 4d96c80..e482267 100644 --- a/modules_k/sms/sms.c +++ b/modules_k/sms/sms.c @@ -76,7 +76,6 @@ str domain; int *queued_msgs = 0; int use_contact = 0; int sms_report_type = NO_REPORT; -struct tm_binds tmb;
static proc_export_t sms_procs[] = { diff --git a/modules_k/sms/sms_funcs.c b/modules_k/sms/sms_funcs.c index 4b48a46..b4fd322 100644 --- a/modules_k/sms/sms_funcs.c +++ b/modules_k/sms/sms_funcs.c @@ -61,7 +61,6 @@ int nr_of_modems; int max_sms_parts; int *queued_msgs; int use_contact; -int sms_report_type; struct tm_binds tmb;