From 03aa0fe6c664f74e8e4e5877ef89b4e053b30bc5 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Mon, 12 Feb 2024 22:10:24 +0100 Subject: feat: Add initial ncurses support Alongside with loading and saving data from the dict.cc's text. --- data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data.h') diff --git a/data.h b/data.h index db8aedc..393f830 100644 --- a/data.h +++ b/data.h @@ -34,7 +34,7 @@ void bootstrap(Data*); /* * insert line into database. */ -void insert(Data*, char*); +void insert(Data*, char*, int); /* * Select all words. -- cgit v1.2.3