svn commit: lorikeet r161 - in trunk/ethereal/plugins/pidl: .

tpot at samba.org tpot at samba.org
Tue Jan 4 06:30:56 GMT 2005


Author: tpot
Date: 2005-01-04 06:30:55 +0000 (Tue, 04 Jan 2005)
New Revision: 161

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=161

Log:
Add some prototypes to fix a couple of compiler warnings.

Modified:
   trunk/ethereal/plugins/pidl/eparser.h


Changeset:
Modified: trunk/ethereal/plugins/pidl/eparser.h
===================================================================
--- trunk/ethereal/plugins/pidl/eparser.h	2005-01-04 05:43:59 UTC (rev 160)
+++ trunk/ethereal/plugins/pidl/eparser.h	2005-01-04 06:30:55 UTC (rev 161)
@@ -111,6 +111,8 @@
 NTSTATUS ndr_pull_int16(struct pidl_pull *ndr, pidl_tree *tree, int hf, int16_t *v);
 NTSTATUS ndr_pull_int32(struct pidl_pull *ndr, pidl_tree *tree, int hf, int32_t *v);
 NTSTATUS ndr_pull_int64(struct pidl_pull *ndr, pidl_tree *tree, int hf, int64_t *v);
+NTSTATUS ndr_pull_NTTIME(struct pidl_pull *ndr, pidl_tree *tree, int hf, NTTIME *data);
+NTSTATUS ndr_pull_HYPER_T(struct pidl_pull *ndr, pidl_tree *tree, int hf, HYPER_T *data);
 void ndr_set_flags(uint32_t *pflags, uint32_t new_flags);
 NTSTATUS ndr_pull_ptr(struct pidl_pull *ndr, pidl_tree *tree, int hf, uint32_t *v);
 NTSTATUS ndr_pull_error(struct pidl_pull *ndr, 



More information about the samba-cvs mailing list