X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1fc7f8b3dfeaed655392eb0b30f841d54494a2a1..fa377c31ac72f5c8253ae96f28185e510c26a720:/uip/post.c diff --git a/uip/post.c b/uip/post.c index c98f67ed..abd89b72 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1,5 +1,4 @@ -/* - * post.c -- enter messages into the mail transport system +/* post.c -- enter messages into the mail transport system * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -120,7 +119,7 @@ DEFINE_SWITCH_ARRAY(POST, switches); * from 'send'. We use a service name of 'post' internally. */ -static struct oauth_profile { +static struct { const char *profname; int switchnum; const char *value;