summaryrefslogtreecommitdiff
path: root/src/common/include/tce/Folder_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/include/tce/Folder_common.h')
-rw-r--r--src/common/include/tce/Folder_common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/include/tce/Folder_common.h b/src/common/include/tce/Folder_common.h
new file mode 100644
index 0000000..b1037dd
--- /dev/null
+++ b/src/common/include/tce/Folder_common.h
@@ -0,0 +1,10 @@
+#ifndef DEF_TCE_FOLDER_H
+#define DEF_TCE_FOLDER_H
+
+#define FILENAME_MAX_LEN 256
+
+struct FolderMethods {
+ int GetChildNameAt;
+};
+
+#endif