summaryrefslogblamecommitdiff
path: root/src/user/lib/include/tce/Folder.h
blob: 3a796d955e4ee97d65007eefb7d682ffc015f373 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                            
#ifndef DEF_LIB_TCE_USER_FOLDER_H
#define DEF_LIB_TCE_USER_FOLDER_H

#include <tce/Folder_common.h>
#include <tce/Object.h>

struct FolderMethods *Folder_getMethods();

int Folder_GetChildNameAt(Object object, int pos, char* to);

#endif