Source Code (Use browser search to find items of interest.)

Class Index

kdm'AuthProtocol (./kdebase/kdm/auth.c:146)

struct AuthProtocol {
    unsigned short  name_length;
    char	    *name;
    int		    (*InitAuth)();
    Xauth	    *(*GetAuth)();
    int		    (*GetXdmcpAuth)();
    int		    inited;
};