summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorJean-François Micouleau <jfm@samba.org>1999-09-27 13:12:55 +0000
committerJean-François Micouleau <jfm@samba.org>1999-09-27 13:12:55 +0000
commitbee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d (patch)
treeaf40525b17025eb538ad7f76c9b6af5206b76d5c /source/include/proto.h
parentf328ae8024584599324ae4263bb9fb89a358279f (diff)
downloadsamba-bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d.tar.gz
samba-bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d.tar.xz
samba-bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d.zip
don't leak printer handles,
don't coredump when adding forms, and a small non obvious memory leak in the rpc buffers J.F.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 8b18a0487b5..f391f198797 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -1636,7 +1636,7 @@ struct passgrp_ops *unix_initialise_password_grp(void);
int get_ntforms(nt_forms_struct **list);
int write_ntforms(nt_forms_struct **list, int number);
-void add_a_form(nt_forms_struct **list, FORM form, int count);
+void add_a_form(nt_forms_struct **list, FORM form, int *count);
void update_a_form(nt_forms_struct **list, FORM form, int count);
int get_ntdrivers(connection_struct *conn, fstring **list, char *architecture);
void get_short_archi(char *short_archi, char *long_archi);