summaryrefslogtreecommitdiffabout
path: root/gammu/emb/common/phone/obex/obexgen.h
Unidiff
Diffstat (limited to 'gammu/emb/common/phone/obex/obexgen.h') (more/less context) (ignore whitespace changes)
-rw-r--r--gammu/emb/common/phone/obex/obexgen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gammu/emb/common/phone/obex/obexgen.h b/gammu/emb/common/phone/obex/obexgen.h
index 466fef5..b7033de 100644
--- a/gammu/emb/common/phone/obex/obexgen.h
+++ b/gammu/emb/common/phone/obex/obexgen.h
@@ -32,4 +32,8 @@ typedef struct {
32} GSM_Phone_OBEXGENData; 32} GSM_Phone_OBEXGENData;
33 33
34 GSM_Error OBEXGEN_GetFilePart(GSM_StateMachine *s, GSM_File *File);
35 GSM_Error OBEXGEN_AddFilePart(GSM_StateMachine *s, GSM_File *File, int *Pos);
36 GSM_Error OBEXGEN_Disconnect(GSM_StateMachine *s);
37
34#endif 38#endif
35 39