X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1fc7f8b3dfeaed655392eb0b30f841d54494a2a1..010cd7a621c0bc807c083a462183d7554063559e:/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;