|
@@ -363,6 +363,11 @@ int Rast_write_history(const char *, struct History *);
|
|
|
void Rast_short_history(const char *, const char *, struct History *);
|
|
|
int Rast_command_history(struct History *);
|
|
|
|
|
|
+/* init.c */
|
|
|
+void Rast__init(void);
|
|
|
+void Rast__check_init(void);
|
|
|
+void Rast_init_all(void);
|
|
|
+
|
|
|
/* interp.c */
|
|
|
DCELL Rast_interp_linear(double, DCELL, DCELL);
|
|
|
DCELL Rast_interp_bilinear(double, double, DCELL, DCELL, DCELL, DCELL);
|