summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-05-11 10:55:20 +0200
committerSimo Sorce <idra@samba.org>2010-07-27 10:27:12 -0400
commite2d3c0efa9a972d76279c3f834784525de1439b0 (patch)
tree3c9f6abb5d307f75b58f94cf791d31f39145b90c /source3/include
parentc918cfdedec5730b0851fd8132986f26b40a3cdc (diff)
downloadsamba-e2d3c0efa9a972d76279c3f834784525de1439b0.tar.gz
samba-e2d3c0efa9a972d76279c3f834784525de1439b0.tar.bz2
samba-e2d3c0efa9a972d76279c3f834784525de1439b0.zip
s3-printing: Removed unused nt_forms.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 4aee813f0d..00ec31abc3 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4722,13 +4722,6 @@ void notify_printer_byname( const char *printername, uint32 change, const char *
/* The following definitions come from printing/nt_printing.c */
bool nt_printing_init(struct messaging_context *msg_ctx);
-int get_builtin_ntforms(nt_forms_struct **list);
-bool get_a_builtin_ntform_by_string(const char *form_name, nt_forms_struct *form);
-int get_ntforms(nt_forms_struct **list);
-int write_ntforms(nt_forms_struct **list, int number);
-bool add_a_form(nt_forms_struct **list, struct spoolss_AddFormInfo1 *form, int *count);
-bool delete_a_form(nt_forms_struct **list, const char *del_name, int *count, WERROR *ret);
-void update_a_form(nt_forms_struct **list, struct spoolss_AddFormInfo1 *form, int count);
int pack_devicemode(struct spoolss_DeviceMode *devmode, uint8 *buf, int buflen);
int unpack_devicemode(TALLOC_CTX *mem_ctx,
const uint8 *buf, int buflen,