blob: 3a796d955e4ee97d65007eefb7d682ffc015f373 (
plain) (
tree)
|
|
#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
|