Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
typedef struct Auth Auth;
struct Auth {
char *name;
char *(*session)(Fcall*, Fcall*);
char *(*attach)(Fcall*, Fcall*);
};