ClientInfo
in C++ now.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user