Gammu internals  1.38.0
pfunc.h
Go to the documentation of this file.
1 /* (c) 2002-2003 by Marcin Wiacek */
2 
20 #ifndef phone_common2_h
21 #define phone_common2_h
22 
23 #include <gammu-statemachine.h>
24 #include <gammu-message.h>
25 #include "../protocol/protocol.h"
26 
28 
33 
39 
44 
45 GSM_Error PHONE_FindDataFile(GSM_StateMachine *s, GSM_File * File, const char *ExtraPath, const char *filename);
47 #endif
48 
50 /* How should editor hadle tabs in this file? Add editor commands here.
51  * vim: noexpandtab sw=8 ts=8 sts=8:
52  */
GSM_Error
Definition: gammu-error.h:23
GSM_Error PHONE_Terminate(GSM_StateMachine *s)
Definition: pfunc.c:79
GSM_Error PHONE_GetSMSFolders(GSM_StateMachine *s, GSM_SMSFolders *folders)
GSM_Error PHONE_FindDataFile(GSM_StateMachine *s, GSM_File *File, const char *ExtraPath, const char *filename)
Definition: pfunc.c:141
void GSM_CreateFirmwareNumber(GSM_StateMachine *s)
Definition: pfunc.c:52
GSM_Error PHONE_UploadFile(GSM_StateMachine *s, GSM_File *File)
Definition: pfunc.c:173
GSM_Error NoneReply(GSM_Protocol_Message *msg, GSM_StateMachine *s)