From 58d9adf409ac11c5d8fd62cbb1bca9974cfbeb7d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 Jan 2005 02:01:19 +0000 Subject: r4526: - much simpler (and more accurate!) ndr_size_*() code generation. It is less efficient, but I really doubt that matters. - use enum in epmapper.idl for protocol type - added support for "enum8bit" flag, used in epmapper.idl (This used to be commit 1a24a50384b7f588844cd012f1218ca242ca4507) --- source4/gtk/tools/gepdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/gtk') diff --git a/source4/gtk/tools/gepdump.c b/source4/gtk/tools/gepdump.c index ce606a6a6e..06e8c309cf 100644 --- a/source4/gtk/tools/gepdump.c +++ b/source4/gtk/tools/gepdump.c @@ -55,7 +55,7 @@ static void on_about1_activate (GtkMenuItem *menuitem, gpointer user_data) gtk_widget_destroy(GTK_WIDGET(aboutwin)); } -static const char *get_protocol_name(enum epm_protocols protocol) +static const char *get_protocol_name(enum epm_protocol protocol) { switch (protocol) { case EPM_PROTOCOL_UUID: return "UUID"; -- cgit