From 3da91b786ef87bd13ae1210a1bf671e2209d9c1f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 26 Mar 2010 13:17:49 +0100 Subject: s3-printing: avoid mixing cups backend code with nt_printing code in cups_pull_comment_location. Guenther --- source3/include/proto.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index c211501ac5..ecb29618ae 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4897,7 +4897,10 @@ bool aix_cache_reload(void); /* The following definitions come from printing/print_cups.c */ bool cups_cache_reload(void); -bool cups_pull_comment_location(NT_PRINTER_INFO_LEVEL_2 *printer); +bool cups_pull_comment_location(TALLOC_CTX *mem_ctx, + const char *printername, + char **comment, + char **location); /* The following definitions come from printing/print_generic.c */ -- cgit