u9fs/u9fsauth.h

8 lines
126 B
C
Raw Permalink Normal View History

2011-05-12 23:06:54 +02:00
typedef struct Auth Auth;
struct Auth {
char *name;
char *(*session)(Fcall*, Fcall*);
char *(*attach)(Fcall*, Fcall*);
};