summaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 1 insertions, 2 deletions
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