obexd: Fix compilation with upstream openobex

Current openobex includes the OBEX_CMD_ACTION symbol, but
doesn't define OBEX_ACTION_{COPY,MOVE,SETPERM}.
This commit is contained in:
Vinicius Costa Gomes 2010-03-15 15:27:21 -03:00 committed by Marcel Holtmann
parent dd051a9e5c
commit 9af7d3d9e1

View File

@ -53,12 +53,12 @@
# define OBEX_HDR_DESTNAME 0x15
# define OBEX_HDR_PERMISSIONS 0xD6
# define OBEX_ACTION_COPY 0x00
# define OBEX_ACTION_MOVE 0x01
# define OBEX_ACTION_SETPERM 0x02
#endif /* OBEX_CMD_ACTION */
#define OBEX_ACTION_COPY 0x00
#define OBEX_ACTION_MOVE 0x01
#define OBEX_ACTION_SETPERM 0x02
#define CONID_INVALID 0xFFFFFFFF
#define OBEX_CMD_NONE 0x10