summaryrefslogtreecommitdiff
path: root/sys/src/cmd/unix/u9fs/u9fsauth.h
blob: 6d101b121c9fbdda0cee5ed0ccbb645f828f816c (plain)
1
2
3
4
5
6
7
typedef struct Auth Auth;
struct Auth {
	char *name;

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