|
@@ -54,5 +54,9 @@ void G__wps_print_process_description(void);
|
|
|
int G__uses_new_gisprompt(void);
|
|
|
void G__print_keywords(FILE *, void (*)(FILE *, const char *));
|
|
|
|
|
|
+void G__check_option_rules(void);
|
|
|
+void G__describe_option_rules(void);
|
|
|
+int G__has_required_rule(void);
|
|
|
+
|
|
|
#endif
|
|
|
|