aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython/wspy_register.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-10-02 16:19:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-10-02 16:19:55 +0000
commit64c2355b675f0c38e1f1d313fe88ded3270cd1dd (patch)
tree43da296aaad92668db36ffda59e7e1e841e00d77 /epan/wspython/wspy_register.h
parent44f914a0f19b1a73bfb66d69d8b3b74e5aa9bb33 (diff)
Removed the protocol registration updates in the splash screen for Python
dissectors, because it does not work as expected and causes an assert. Added generic splash updates for python register and handoff instead. This should fix bug 5431. svn path=/trunk/; revision=39221
Diffstat (limited to 'epan/wspython/wspy_register.h')
-rw-r--r--epan/wspython/wspy_register.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/wspython/wspy_register.h b/epan/wspython/wspy_register.h
index 03b4a17719..572b7b0e22 100644
--- a/epan/wspython/wspy_register.h
+++ b/epan/wspython/wspy_register.h
@@ -29,8 +29,8 @@ extern "C" {
#endif /* __cplusplus */
#ifdef HAVE_PYTHON
-void register_all_py_protocols_func(register_cb cb, gpointer client_data);
-void register_all_py_handoffs_func(register_cb cb, gpointer client_data);
+void register_all_py_protocols_func(void);
+void register_all_py_handoffs_func(void);
#endif
#ifdef __cplusplus