summaryrefslogtreecommitdiff
path: root/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'entry.h')
-rw-r--r--entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/entry.h b/entry.h
index 00b58e9..066cf4a 100644
--- a/entry.h
+++ b/entry.h
@@ -14,7 +14,7 @@ struct entry_t {
struct {
void *data;
- enum action_state_t (*f)(SURFACES *, POSITIONS *, struct team_t *, struct team_t *, void *data);
+ void (*f)(SURFACES *, POSITIONS *, struct character_t *, struct character_t *, void *data);
};
};
};