comparison gsm-fw/g23m-gsm/sms/sms_csf.c @ 758:3b690364119a

sms_csf.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 11 Oct 2014 22:47:33 +0000
parents 2f7df7a314f8
children
comparison
equal deleted inserted replaced
757:833f2fee131b 758:3b690364119a
22 +----------------------------------------------------------------------------- 22 +-----------------------------------------------------------------------------
23 */ 23 */
24 24
25 #ifndef SMS_CSF_C 25 #ifndef SMS_CSF_C
26 #define SMS_CSF_C 26 #define SMS_CSF_C
27
28 #include "config.h"
29 #include "fixedconf.h"
30 #include "condat-features.h"
27 31
28 #define ENTITY_SMS 32 #define ENTITY_SMS
29 33
30 /*==== INCLUDES ===================================================*/ 34 /*==== INCLUDES ===================================================*/
31 35
213 PFREE (SMS_SIM_READ(sms_data)); 217 PFREE (SMS_SIM_READ(sms_data));
214 SMS_SIM_READ(sms_data) = NULL; 218 SMS_SIM_READ(sms_data) = NULL;
215 } 219 }
216 } 220 }
217 221
218
219 #endif /* #ifndef SMS_CSF_C */ 222 #endif /* #ifndef SMS_CSF_C */