u9fsauth.h 126 B

1234567
  1. typedef struct Auth Auth;
  2. struct Auth {
  3. char *name;
  4. char *(*session)(Fcall*, Fcall*);
  5. char *(*attach)(Fcall*, Fcall*);
  6. };