summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smsutil.h')
-rw-r--r--src/smsutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/smsutil.h b/src/smsutil.h
index 70363359..3421833c 100644
--- a/src/smsutil.h
+++ b/src/smsutil.h
@@ -19,9 +19,6 @@
*
*/
-#ifndef __SMSUTIL_H__
-#define __SMSUTIL_H__
-
#define CBS_PAYLOAD_CHARACTERS 93
enum sms_type {
@@ -382,4 +379,3 @@ GSList *sms_assembly_add_fragment(struct sms_assembly *assembly,
const struct sms_address *addr,
guint16 ref, guint8 max, guint8 seq);
void sms_assembly_expire(struct sms_assembly *assembly, time_t before);
-#endif