1 #ifndef __helper_memory_display_h__
2 #define __helper_memory_display_h__
4 #include <gammu-memory.h>
5 #include <gammu-statemachine.h>
7 GSM_Error
PrintMemoryEntry(GSM_MemoryEntry
*entry
, GSM_StateMachine
*sm
);
8 GSM_Error
PrintMemorySubEntry(GSM_SubMemoryEntry
*entry
, GSM_StateMachine
*sm
);
9 GSM_Error
PrintMemoryEntryLocation(GSM_MemoryEntry
*entry
, GSM_StateMachine
*sm
);
11 extern GSM_AllRingtonesInfo ringtones_info
;
15 /* How should editor hadle tabs in this file? Add editor commands here.
16 * vim: noexpandtab sw=8 ts=8 sts=8: