git: 9front

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