Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2862 → Rev 2863

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