From 2d11304ab4726d3904344d908c93c84a76391707 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 27 Aug 2023 21:53:28 +0100 Subject: ~file-handler->files,(main~>files)~migrated png save code to files.c --- lib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib.h') diff --git a/lib.h b/lib.h index 33423d8..da325ca 100644 --- a/lib.h +++ b/lib.h @@ -18,7 +18,6 @@ typedef struct State uint64_t payload; } state_t; -bool load_from_file(state_t *state, const char *filepath); -bool write_to_file(state_t *state, const char *filepath); +bool write_to_png(state_t *state, const char *filepath); #endif -- cgit v1.2.3-13-gbd6f