/* Do not modify this file. */ /* It is created automatically by the Makefile. */ #ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include "moduleinfo.h" #ifndef ENABLE_STATIC G_MODULE_EXPORT const gchar version[] = VERSION; /* Start the functions we need for the plugin stuff */ G_MODULE_EXPORT void plugin_register (void) { {extern void proto_register_ircomm (void); proto_register_ircomm ();} {extern void proto_register_irda (void); proto_register_irda ();} {extern void proto_register_irsir (void); proto_register_irsir ();} } G_MODULE_EXPORT void plugin_reg_handoff(void) { {extern void proto_reg_handoff_irda (void); proto_reg_handoff_irda ();} {extern void proto_reg_handoff_irsir (void); proto_reg_handoff_irsir ();} } #endif