Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2791 → Rev 2792

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