Translation update done using Pootle.
[gammu.git] / helper / memory-display.h
blobbf91823f4bc6433a2e30886fa6b7e8ed01ae62a4
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;
13 #endif
15 /* How should editor hadle tabs in this file? Add editor commands here.
16 * vim: noexpandtab sw=8 ts=8 sts=8: