Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2851 → Rev 2852

/trunk/uspace/lib/libfs/libfs.h
44,6 → 44,7
typedef struct {
void * (* match)(void *, const char *);
void * (* node_get)(dev_handle_t, fs_index_t, fs_index_t);
void (* node_put)(void *);
void * (* create)(int);
void (* destroy)(void *);
bool (* link)(void *, void *, const char *);