git: 9front

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