aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index a7db25c..ed962a8 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -86,6 +86,8 @@ struct toolinfo
void (*key_pressed)(struct object *o, guint keyval,
struct toolinfo *tip);
void (*im_commit)(struct object *o, gchar *str, struct toolinfo *tip);
+
+ int (*valid_object)(struct object *o);
};