From 9125a4e9014414524f5b105d7f9babc217e91124ecc0a3ae266b08ec70affef2 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Wed, 6 Aug 2025 02:18:10 -0400 Subject: [PATCH] `ClientInfo` in C++ now. --- dpi/file.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dpi/file.cc b/dpi/file.cc index c7204c6..71d2212 100644 --- a/dpi/file.cc +++ b/dpi/file.cc @@ -90,7 +90,7 @@ struct DilloDir { std::vector< std::unique_ptr< FileInfo > > flist; /* List of files and subdirectories (for sorting) */ }; -typedef struct { +struct ClientInfo { Dsh *sh; char *orig_url; char *filename; @@ -101,7 +101,7 @@ typedef struct { int err_code; int flags; int old_style; -} ClientInfo; +}; /* * Forward references