@@ -340,7 +340,7 @@ void Rast_short_history(const char *, const char *, struct History *);
int Rast_command_history(struct History *);
/* init.c */
-void Rast__init(void);
+void Rast_init(void);
void Rast__check_init(void);
void Rast_init_all(void);
@@ -42,7 +42,7 @@ static int init(void);
* \return exit() is called on error
*/
-void Rast__init(void)
+void Rast_init(void)
{
if (initialized)
return;
@@ -106,6 +106,7 @@ int main(int argc, char **argv)
int all_ok;
G_gisinit(argv[0]);
+ Rast_init();
module = G_define_module();
G_add_keyword(_("raster"));