aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-initshutdown.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-09-16 08:55:51 +0000
committerJörg Mayer <jmayer@loplof.de>2005-09-16 08:55:51 +0000
commitf6264ee8d2c343d608aa21f7a9c2351a7769eb28 (patch)
treeaa1953c89874a908b47efd8c41ad606108f7f863 /epan/dissectors/packet-dcerpc-initshutdown.h
parent22b16cde93a7fa72e58411dcbd08ad0bdb604842 (diff)
Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.
This makes Ethereal build again - there's no real reason that ethereal fails to build for such a long time on so many platforms. svn path=/trunk/; revision=15835
Diffstat (limited to 'epan/dissectors/packet-dcerpc-initshutdown.h')
-rw-r--r--epan/dissectors/packet-dcerpc-initshutdown.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dcerpc-initshutdown.h b/epan/dissectors/packet-dcerpc-initshutdown.h
new file mode 100644
index 0000000000..5027819d6c
--- /dev/null
+++ b/epan/dissectors/packet-dcerpc-initshutdown.h
@@ -0,0 +1,19 @@
+/* autogenerated by pidl */
+
+/* DO NOT EDIT
+ This filter was automatically generated
+ from librpc/idl/initshutdown.idl and librpc/idl/initshutdown.cnf.
+
+ Pidl is a perl based IDL compiler for DCE/RPC idl files.
+ It is maintained by the Samba team, not the Ethereal team.
+ Instructions on how to download and install Pidl can be
+ found at http://wiki.ethereal.com/Pidl
+*/
+
+
+#ifndef __PACKET_DCERPC_INITSHUTDOWN_H
+#define __PACKET_DCERPC_INITSHUTDOWN_H
+
+int initshutdown_dissect_struct_String_sub(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
+int initshutdown_dissect_struct_String(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *parent_tree, guint8 *drep, int hf_index, guint32 param _U_);
+#endif /* __PACKET_DCERPC_INITSHUTDOWN_H */