summaryrefslogtreecommitdiff
path: root/zen/file_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/file_id.h')
-rw-r--r--zen/file_id.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/zen/file_id.h b/zen/file_id.h
deleted file mode 100644
index 0ff6d7ec..00000000
--- a/zen/file_id.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// **************************************************************************
-// * This file is part of the FreeFileSync project. It is distributed under *
-// * GNU General Public License: http://www.gnu.org/licenses/gpl.html *
-// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
-// **************************************************************************
-
-#ifndef FILEID_H_INCLUDED_32q87634289562345
-#define FILEID_H_INCLUDED_32q87634289562345
-
-#include "file_id_def.h"
-#include "zstring.h"
-
-//unique file identifier
-
-namespace zen
-{
-//get unique file id (symbolic link handling: opens the link!!!)
-//returns initial FileId() on error!
-FileId getFileID(const Zstring& filename);
-}
-
-#endif //FILEID_H_INCLUDED_32q87634289562345
bgstack15