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

tpot at samba.org tpot at samba.org
Mon Jan 3 22:47:53 GMT 2005


Author: tpot
Date: 2005-01-03 22:47:53 +0000 (Mon, 03 Jan 2005)
New Revision: 156

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

Log:
Remove libndr function typedefs as we want to modify them to use
struct pidl_pull.

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


Changeset:
Modified: trunk/ethereal/plugins/pidl/libndr.h
===================================================================
--- trunk/ethereal/plugins/pidl/libndr.h	2005-01-03 22:46:19 UTC (rev 155)
+++ trunk/ethereal/plugins/pidl/libndr.h	2005-01-03 22:47:53 UTC (rev 156)
@@ -252,17 +252,3 @@
 } while (0)
 
 #define NDR_PUSH_ALLOC(ndr, s) NDR_PUSH_ALLOC_SIZE(ndr, s, sizeof(*(s)))
-
-/* these are used when generic fn pointers are needed for ndr push/pull fns */
-typedef NTSTATUS (*ndr_push_fn_t)(struct ndr_push *, void *);
-typedef NTSTATUS (*ndr_pull_fn_t)(struct ndr_pull *, void *);
-
-typedef NTSTATUS (*ndr_push_flags_fn_t)(struct ndr_push *, int ndr_flags, void *);
-typedef NTSTATUS (*ndr_push_const_fn_t)(struct ndr_push *, int ndr_flags, const void *);
-typedef NTSTATUS (*ndr_pull_flags_fn_t)(struct ndr_pull *, int ndr_flags, void *);
-typedef NTSTATUS (*ndr_push_union_fn_t)(struct ndr_push *, int ndr_flags, uint32_t, void *);
-typedef NTSTATUS (*ndr_pull_union_fn_t)(struct ndr_pull *, int ndr_flags, uint32_t, void *);
-typedef void (*ndr_print_fn_t)(struct ndr_print *, const char *, void *);
-typedef void (*ndr_print_function_t)(struct ndr_print *, const char *, int, void *);
-typedef void (*ndr_print_union_fn_t)(struct ndr_print *, const char *, uint32_t, void *);
-



More information about the samba-cvs mailing list