diff options
author | David Disseldorp <ddiss@suse.de> | 2011-05-16 13:26:41 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-16 16:03:57 +0200 |
commit | 6bfe488f29a9df26f3d6dbc4166200ea286536c1 (patch) | |
tree | cf80608db16b316b9a23a26dc1d519e0cfe77b2f /source3 | |
parent | 3358d5a7cae1c2a99495c38069531fc87fe22b24 (diff) | |
download | samba-6bfe488f29a9df26f3d6dbc4166200ea286536c1.tar.gz samba-6bfe488f29a9df26f3d6dbc4166200ea286536c1.tar.xz samba-6bfe488f29a9df26f3d6dbc4166200ea286536c1.zip |
s3-printing: remove cups_pull_comment_location from header file
Signed-off-by: Günther Deschner <gd@samba.org>
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon May 16 16:03:57 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/printing/pcap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/printing/pcap.h b/source3/printing/pcap.h index e8276f9aad..63497fd8ec 100644 --- a/source3/printing/pcap.h +++ b/source3/printing/pcap.h @@ -44,10 +44,6 @@ bool cups_cache_reload(struct tevent_context *ev, struct messaging_context *msg_ctx, void (*post_cache_fill_fn)(struct tevent_context *, struct messaging_context *)); -bool cups_pull_comment_location(TALLOC_CTX *mem_ctx, - const char *printername, - char **comment, - char **location); /* The following definitions come from printing/print_iprint.c */ |