Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58
[gnokii.git] / include / gsm-sms.h
index 3ff3ba2..2962156 100644 (file)
   Include file for SMS library.
 
   $Log$
-  Revision 1.1.1.1  2001/11/25 21:59:21  short
-  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
+  Revision 1.1.1.1.2.1  2001/11/27 22:48:37  short
+  Update: orig2001_11_27_05_17 -> orig2001_11_27_22_58
+
+  Revision 1.1.1.2  2001/11/27 22:01:27  short
+  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Tue Nov 27 22:58 CET 2001
+
+  Revision 1.7  2001/11/27 12:19:01  pkot
+  Cleanup, indentation, ANSI complaint preprocesor symbols (Jan Kratochvil, me)
 
   Revision 1.6  2001/11/22 17:56:53  pkot
   smslib update. sms sending
@@ -201,12 +207,12 @@ typedef struct {
 /* Validity of SMS Messages. */
 
 typedef enum {
-        SMS_V1H   = 0x0b,
-        SMS_V6H   = 0x47,
-        SMS_V24H  = 0xa7,
-        SMS_V72H  = 0xa9,
-        SMS_V1W   = 0xad,
-        SMS_VMax  = 0xff
+       SMS_V1H   = 0x0b,
+       SMS_V6H   = 0x47,
+       SMS_V24H  = 0xa7,
+       SMS_V72H  = 0xa9,
+       SMS_V1W   = 0xad,
+       SMS_VMax  = 0xff
 } SMS_ValidityPeriod;
 
 typedef struct {
@@ -306,7 +312,7 @@ typedef enum {
        GMT_F19 = 0xB9,
        GMT_F20 = 0xC1 /* 20th CUSTOM FOLDER in 6210/7110 */
 } SMS_MemoryType;
-        
+
 /* Define datatype for SMS messages, describes precisely GSM Spec 03.40 */
 typedef struct {
        /* Specification fields */
@@ -336,7 +342,7 @@ typedef struct {
        SMS_DateTime Time;                             /* Discharge Time (9.2.3.13) */
 
        /* Other fields */
-        SMS_MemoryType MemoryType;                     /* memoryType (for 6210/7110: folder indicator */
+       SMS_MemoryType MemoryType;                     /* memoryType (for 6210/7110: folder indicator */
        SMS_MessageStatus Status;                      /* Status of the message: sent/read or unsent/unread */
 
 //     SMS_CommandType Command;                       /* Command Type - 8 bits (9.2.3.19); FIXME: use it!!!! */