shithub: riscv

ref: e3506f4c4d64903e9394f3dc55d9fe74af2af46c
dir: /sys/src/cmd/unix/u9fs/u9fsauth.h/

View raw version
typedef struct Auth Auth;
struct Auth {
	char *name;

	char *(*session)(Fcall*, Fcall*);
	char *(*attach)(Fcall*, Fcall*);
};