aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apoint.c')
-rw-r--r--src/apoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apoint.c b/src/apoint.c
index ce872df..291d0d8 100644
--- a/src/apoint.c
+++ b/src/apoint.c
@@ -54,7 +54,7 @@ void apoint_free_bkp(void)
erase_note(&bkp_cut_apoint.note);
}
-static void apoint_free(struct apoint *apt)
+void apoint_free(struct apoint *apt)
{
mem_free(apt->mesg);
erase_note(&apt->note);