X-Git-Url: https://git.ladys.computer/CGirls/blobdiff_plain/2df68e839c93e66eed2cdd9f4027546c1210bb79..259adc84f29a70aa2ba33f1eaa7f6a461bb51759:/cgirls-test-pathinfo.c

diff --git a/cgirls-test-pathinfo.c b/cgirls-test-pathinfo.c
index 160797c..27f3327 100644
--- a/cgirls-test-pathinfo.c
+++ b/cgirls-test-pathinfo.c
@@ -26,20 +26,20 @@ int cmd_main(int argc, [[maybe_unused]] const char* argv[argc+1]) {
 					return EXIT_FAILURE;
 				}
 			}
-			cgirls_req req = cgirls_path2req(line);
+			cgirls_req req = cgirls_path·to·req(line);
 			if (!empty) {
 				free(line);
 			}
-			line = cgirls_req2path(req);
-			cgirls_freereq(req);
+			line = cgirls_req·to·path(req);
+			cgirls_req·free(req);
 			if (!line) {
 				free(lineptr[0]);
 				fprintf(stderr, "Error: Failed to allocate string for path.\n");
 				return EXIT_FAILURE;
 			}
-			req = cgirls_path2req(line);
-			reline = cgirls_req2path(req);
-			cgirls_freereq(req);
+			req = cgirls_path·to·req(line);
+			reline = cgirls_req·to·path(req);
+			cgirls_req·free(req);
 			if (!reline) {
 				free(lineptr[0]);
 				free(line);