From 1f412b64ce2229a7dc62b57239738c7a09b1af56 Mon Sep 17 00:00:00 2001 From: Clement Sibille Date: Tue, 5 Mar 2024 17:02:29 +0900 Subject: Rename parse function to decode --- lisiblepng/src/lisiblepng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisiblepng/src/lisiblepng.h') diff --git a/lisiblepng/src/lisiblepng.h b/lisiblepng/src/lisiblepng.h index 2fc1204..86a8364 100644 --- a/lisiblepng/src/lisiblepng.h +++ b/lisiblepng/src/lisiblepng.h @@ -12,7 +12,7 @@ typedef struct Png Png; /// @returns The parsed PNG as a Png struct pointer or NULL if an error occured. /// The returned PNG is owned by the caller and must be destroyed with /// Png_destroy. -Png *lis_Png_parse(FILE *stream); +Png *lis_Png_decode(FILE *stream); /// Outputs the provided Png struct as a PPM image to stdout /// /// @param png The png -- cgit v1.2.3