- Timestamp:
- 06/01/07 16:56:42 (18 months ago)
- Location:
- trunk/obexftp
- Files:
-
- 2 modified
-
bt_discovery.c (modified) (3 diffs)
-
client.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/obexftp/bt_discovery.c
r144 r145 124 124 } 125 125 126 int obexftp_browse_bt(c har *addr, int svclass)126 int obexftp_browse_bt(const char *addr, int svclass) 127 127 { 128 128 int res = -1; … … 185 185 return NULL; 186 186 } 187 int obexftp_browse_bt(c har *UNUSED(addr), int UNUSED(svclass))187 int obexftp_browse_bt(const char *UNUSED(addr), int UNUSED(svclass)) 188 188 { 189 189 return 0; … … 199 199 return NULL; 200 200 } 201 int obexftp_browse_bt(c har *UNUSED(addr), int UNUSED(svclass))201 int obexftp_browse_bt(const char *UNUSED(addr), int UNUSED(svclass)) 202 202 { 203 203 return 0; -
trunk/obexftp/client.h
r134 r145 127 127 char **obexftp_discover_bt(void); /* this is a quick hack */ 128 128 129 int obexftp_browse_bt(c har *addr, int svclass);129 int obexftp_browse_bt(const char *addr, int svclass); 130 130 #define obexftp_browse_bt_ftp(device) \ 131 131 obexftp_browse_bt(device, OBEX_FTP_SERVICE)
