From 0a14f620f8be275db4a8f88a50d12044c9e6cf8a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 23 Dec 2008 05:55:16 +0100 Subject: Fix inclusion of SDP and protocol function declarations --- cups/main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cups/main.c') diff --git a/cups/main.c b/cups/main.c index fdfe3007..6f5a9672 100644 --- a/cups/main.c +++ b/cups/main.c @@ -42,12 +42,6 @@ #include "cups.h" -extern int sdp_search_spp(sdp_session_t *sdp, uint8_t *channel); -extern int sdp_search_hcrp(sdp_session_t *sdp, unsigned short *ctrl_psm, unsigned short *data_psm); - -extern int spp_print(bdaddr_t *src, bdaddr_t *dst, uint8_t channel, int fd, int copies, const char *cups_class); -extern int hcrp_print(bdaddr_t *src, bdaddr_t *dst, unsigned short ctrl_psm, unsigned short data_psm, int fd, int copies, const char *cups_class); - #define PRINTER_SERVICE_CLASS_NAME "printer" struct cups_device { -- cgit