diff options
author | Günther Deschner <gd@samba.org> | 2010-03-26 13:17:49 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-26 14:36:46 +0100 |
commit | 3da91b786ef87bd13ae1210a1bf671e2209d9c1f (patch) | |
tree | b6ecdc06ee099325aa3762a3f02bde009ff2a4d6 /source3/include | |
parent | 772839640e11664e1b1304d7f95146613d6ac1ac (diff) | |
download | samba-3da91b786ef87bd13ae1210a1bf671e2209d9c1f.tar.gz samba-3da91b786ef87bd13ae1210a1bf671e2209d9c1f.tar.bz2 samba-3da91b786ef87bd13ae1210a1bf671e2209d9c1f.zip |
s3-printing: avoid mixing cups backend code with nt_printing code in cups_pull_comment_location.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 */ |