From 8e5549e453558d4bebdec333a93e215d5d6ffaec Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 11 Jan 2013 12:25:53 -0500 Subject: Introduce be_req_terminate() helper Call it everywhere instead of directly dereferencing be_req->fn This is in preparation of making be_req opaque. --- src/providers/proxy/proxy.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/providers/proxy/proxy.h') diff --git a/src/providers/proxy/proxy.h b/src/providers/proxy/proxy.h index 962cb28f..305cbe97 100644 --- a/src/providers/proxy/proxy.h +++ b/src/providers/proxy/proxy.h @@ -142,10 +142,6 @@ struct pc_init_ctx { #define DEFAULT_BUFSIZE 4096 #define MAX_BUF_SIZE 1024*1024 /* max 1MiB */ -/* From proxy_common.c */ -void proxy_reply(struct be_req *req, int dp_err, - int error, const char *errstr); - /* From proxy_id.c */ void proxy_get_account_info(struct be_req *breq); -- cgit