summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-15 16:19:04 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:18 +0200
commit67b6fe3dc39aaf88787471b1ce10f47db74c5b1e (patch)
tree350dca2fb59ca00e45b52b993d0e4c289ea27bc3 /source3/include/proto.h
parent100d37fc4624690423f6a932709b3f9046d05c64 (diff)
downloadsamba-67b6fe3dc39aaf88787471b1ce10f47db74c5b1e.tar.gz
samba-67b6fe3dc39aaf88787471b1ce10f47db74c5b1e.tar.bz2
samba-67b6fe3dc39aaf88787471b1ce10f47db74c5b1e.zip
s3-misc: Move smb_io_time() to regfio.c
This is the last file using this function and we do not want anyone else to keep using hand marshalled stuff anyway. So make it also private to that file. Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index cb01c38a30..a9ae3d6973 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5018,10 +5018,6 @@ NTSTATUS cli_do_rpc_ndr(struct rpc_pipe_client *cli,
const struct ndr_interface_table *table,
uint32 opnum, void *r);
-/* The following definitions come from rpc_parse/parse_misc.c */
-
-bool smb_io_time(const char *desc, NTTIME *nttime, prs_struct *ps, int depth);
-
/* The following definitions come from rpc_parse/parse_prs.c */
void prs_dump(const char *name, int v, prs_struct *ps);