@ -18,34 +18,34 @@
//#include "druid-hbci-final.h"
/* version of the gnc module system interface we require */
int gnc_module_system_interface = 0 ;
int libgncmod_hbci_LTX_ gnc_module_system_interface = 0 ;
/* module versioning uses libtool semantics. */
int gnc_module_current = 0 ;
int gnc_module_revision = 0 ;
int gnc_module_age = 0 ;
int libgncmod_hbci_LTX_ gnc_module_current = 0 ;
int libgncmod_hbci_LTX_ gnc_module_revision = 0 ;
int libgncmod_hbci_LTX_ gnc_module_age = 0 ;
/* forward references */
char * gnc_module_path( void ) ;
char * gnc_module_description( void ) ;
int gnc_module_init( int refcount ) ;
int gnc_module_end( int refcount ) ;
char * libgncmod_hbci_LTX_ gnc_module_path( void ) ;
char * libgncmod_hbci_LTX_ gnc_module_description( void ) ;
int libgncmod_hbci_LTX_ gnc_module_init( int refcount ) ;
int libgncmod_hbci_LTX_ gnc_module_end( int refcount ) ;
void gnc_hbci_addmenus ( void ) ;
static void gnc_hbci_addmenus ( void ) ;
char *
gnc_module_path( void ) {
libgncmod_hbci_LTX_ gnc_module_path( void ) {
return g_strdup ( " gnucash/import-export/hbci " ) ;
}
char *
gnc_module_description( void ) {
libgncmod_hbci_LTX_ gnc_module_description( void ) {
return g_strdup ( " Support for HBCI protocol " ) ;
}
int
gnc_module_init( int refcount )
libgncmod_hbci_LTX_ gnc_module_init( int refcount )
{
/* load the engine (we depend on it) */
if ( ! gnc_module_load ( " gnucash/engine " , 0 ) ) {
@ -81,11 +81,11 @@ gnc_module_init(int refcount)
}
int
gnc_module_end( int refcount ) {
libgncmod_hbci_LTX_ gnc_module_end( int refcount ) {
return TRUE ;
}
void
static void
gnc_hbci_addmenus ( void )
{
static GnomeUIInfo reg_online_submenu [ ] =