deleting walls

This commit is contained in:
Luka Jankovic 2025-07-23 18:48:41 +02:00
parent b7b8bd8b1e
commit edbe4eb8ae
5 changed files with 22 additions and 0 deletions

View file

@ -71,6 +71,7 @@ void kubo_context_set_state(struct kubo_context *context,
void kubo_context_accept_cmd(struct kubo_context *context);
struct kubo_wall *kubo_context_get_pending_wall(struct kubo_context *context);
void kubo_context_delete_wall(struct kubo_context *context);
void kubo_context_select_next_wall(struct kubo_context *context);
void kubo_context_select_prev_wall(struct kubo_context *context);