u9fs/u9fsauth.h
charles forsyth 44b904efbb 20110512-2206
2011-05-12 22:06:54 +01:00

8 lines
126 B
C

typedef struct Auth Auth;
struct Auth {
char *name;
char *(*session)(Fcall*, Fcall*);
char *(*attach)(Fcall*, Fcall*);
};