summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-11 10:49:46 +0200
committerSimo Sorce <idra@samba.org>2010-07-27 10:27:12 -0400
commitd8ab3e52dc717cbfd82b02c00426e98001acc764 (patch)
tree34eb0e8b7a464250179cb08d90cdf7aa4bade3fc /source3/include
parent5c1f28374712c1e23d794670a9cd91052e99f34e (diff)
downloadsamba-d8ab3e52dc717cbfd82b02c00426e98001acc764.tar.gz
samba-d8ab3e52dc717cbfd82b02c00426e98001acc764.tar.bz2
samba-d8ab3e52dc717cbfd82b02c00426e98001acc764.zip
s3-printing: Removed unused free_a_printer function.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 66a4357172..43e2723679 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4745,7 +4745,6 @@ WERROR delete_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const
WERROR add_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const char *value,
uint32 type, uint8 *data, int real_len );
struct regval_blob* get_printer_data( NT_PRINTER_INFO_LEVEL_2 *p2, const char *key, const char *value );
-uint32 free_a_printer(NT_PRINTER_INFO_LEVEL **pp_printer, uint32 level);
bool driver_info_ctr_to_info8(struct spoolss_AddDriverInfoCtr *r,
struct spoolss_DriverInfo8 *_info8);
WERROR nt_printing_setsec(const char *sharename, struct sec_desc_buf *secdesc_ctr);