X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fserv_func.c;h=e99037e0828d56f4da2d2f6ced708e11ba379c86;hb=a88250f5f9ec75f1610817fe22a9a605b56a5ec2;hp=40b91153479b43201c18da5a3149281cf1d69a51;hpb=938b9b11501d38705b61152fe7f9f1174c769e55;p=citadel.git diff --git a/webcit/serv_func.c b/webcit/serv_func.c index 40b911534..e99037e08 100644 --- a/webcit/serv_func.c +++ b/webcit/serv_func.c @@ -100,14 +100,14 @@ void get_serv_info(char *browser_host, char *user_agent) * If fp is non-null, it is considered to be the file handle to read the * text from. Otherwise, text is read from the server. */ -void fmout(FILE * fp) +void fmout(FILE *fp, char *align) { int intext = 0; int bq = 0; char buf[SIZ]; - wprintf("
\n"); + wprintf("
\n", align); while (1) { if (fp == NULL) serv_gets(buf);