secprotospec
struct secprotospec *next; /* the tail is the most prefiered. */
struct secprotospec *prev;
static struct secprotospec *newspspec(void);
static void insspspec(struct remoteconf *, struct secprotospec *);
struct secprotospec *spspec = newspspec();
static struct secprotospec *
struct secprotospec *new;
insspspec(struct remoteconf *rmconf, struct secprotospec *spspec)
static struct secprotospec *
dupspspec(struct secprotospec *spspec)
struct secprotospec *new;
struct secprotospec *p, *new, *last;
struct secprotospec *p;
struct secprotospec *s;
struct secprotospec *spspec; /* the head is always current spec. */
struct secprotospec;