Searched defs:cvsroot_s (Results 1 – 1 of 1) sorted by relevance
383 typedef struct cvsroot_s { struct384 char *original; /* the complete source CVSroot string */385 CVSmethod method; /* one of the enum values above */386 char *username; /* the username or NULL if method == local */387 char *password; /* the username or NULL if method == local */388 char *hostname; /* the hostname or NULL if method == local */389 int port; /* the port or zero if method == local */390 char *directory; /* the directory name */392 unsigned char isremote; /* nonzero if we are doing remote access */