git: 9front

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