shithub: riscv

ref: eaf91d0f8ef43344ea9b8b030ab1a446211b8d10
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*);
};