From 82262107a1f3c14df1dd7430fb9611f4584df67e Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 30 Dec 2016 23:32:47 +0100 Subject: [PATCH] smsops: removed unused internal libs from makefile - bits of whitespacing formating --- src/modules/smsops/Makefile | 3 --- src/modules/smsops/smsops.c | 4 ++-- src/modules/smsops/smsops_impl.c | 4 ++-- src/modules/smsops/smsops_impl.h | 4 ++-- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/modules/smsops/Makefile b/src/modules/smsops/Makefile index 72e470355cb..633c5da3e0b 100644 --- a/src/modules/smsops/Makefile +++ b/src/modules/smsops/Makefile @@ -11,7 +11,4 @@ LIBS= DEFS+=-DKAMAILIO_MOD_INTERFACE -SERLIBPATH=../../lib -SER_LIBS+=$(SERLIBPATH)/kmi/kmi -SER_LIBS+=$(SERLIBPATH)/srutils/srutils include ../../Makefile.modules diff --git a/src/modules/smsops/smsops.c b/src/modules/smsops/smsops.c index f69a9a1ee73..9af52b2d2ee 100644 --- a/src/modules/smsops/smsops.c +++ b/src/modules/smsops/smsops.c @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ diff --git a/src/modules/smsops/smsops_impl.c b/src/modules/smsops/smsops_impl.c index b797864fbea..68405302c63 100644 --- a/src/modules/smsops/smsops_impl.c +++ b/src/modules/smsops/smsops_impl.c @@ -52,7 +52,7 @@ typedef enum _rp_message_type { RP_ACK_NETWORK_TO_MS = 0x03, } rp_message_type_t; -enum SMS_DATA { +enum SMS_DATA { SMS_ALL, SMS_RPDATA_TYPE, SMS_RPDATA_REFERENCE, @@ -103,7 +103,7 @@ typedef struct _sms_rp_data { str originator; str destination; int pdu_len; - sms_pdu_t pdu; + sms_pdu_t pdu; } sms_rp_data_t; // Pointer to current parsed rp_data/tpdu diff --git a/src/modules/smsops/smsops_impl.h b/src/modules/smsops/smsops_impl.h index 380b52d1a12..be233c1b74f 100644 --- a/src/modules/smsops/smsops_impl.h +++ b/src/modules/smsops/smsops_impl.h @@ -13,8 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * */