Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2762 → Rev 2763

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