1 /*********************************************************************
3 * Filename: obex_put_common.h
6 * Status: Experimental.
7 * Author: Pontus Fuchs <pontus.fuchs@tactel.se>
8 * Created at: Sat Nov 20 10:54:14 1999
9 * Modified at: Sun Aug 13 09:23:57 PM CEST 2000
10 * Modified by: Pontus Fuchs <pontus.fuchs@tactel.se>
12 * Copyright (c) 1999, 2000 Pontus Fuchs, All Rights Reserved.
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License as
16 * published by the Free Software Foundation; either version 2 of
17 * the License, or (at your option) any later version.
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
29 ********************************************************************/
31 #ifndef OBEX_PUT_COMMON_H
32 #define OBEX_PUT_COMMON_H
36 int do_sync_request(obex_t
*handle
, obex_object_t
*object
, gint async
);
37 void obex_event(obex_t
*handle
, obex_object_t
*object
, gint mode
, gint event
, gint obex_cmd
, gint obex_rsp
);