mirror of
https://github.com/depp/syncfiles.git
synced 2026-04-20 14:16:38 +00:00
Remove duplicate typedef
This commit is contained in:
@@ -51,9 +51,6 @@ struct Metadata {
|
||||
struct Timestamp mod_time;
|
||||
};
|
||||
|
||||
/* A reference to a file node by index, or 0 for none. */
|
||||
typedef int FileRef;
|
||||
|
||||
/* Information about a local and remote file or directory. */
|
||||
struct FileRec {
|
||||
FileName name[2];
|
||||
|
||||
Reference in New Issue
Block a user