ClientInfo in C++ now.

This commit is contained in:
2025-08-06 02:18:10 -04:00
parent 7a451806a4
commit 9125a4e901

View File

@ -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