/*
- * $Id: HttpReply.cc,v 1.25 1998/05/27 22:51:44 rousskov Exp $
+ * $Id: HttpReply.cc,v 1.26 1998/05/28 05:14:01 wessels Exp $
*
* DEBUG: section 58 HTTP Reply (Response)
* AUTHOR: Alex Rousskov
return rep;
}
-void
+static void
httpReplyInit(HttpReply * rep)
{
assert(rep);
httpStatusLineInit(&rep->sline);
}
-void
+static void
httpReplyClean(HttpReply * rep)
{
assert(rep);
/*
- * $Id: client.cc,v 1.69 1998/05/26 15:25:30 wessels Exp $
+ * $Id: client.cc,v 1.70 1998/05/28 05:15:44 wessels Exp $
*
* DEBUG: section 0 WWW Client
* AUTHOR: Harvest Derived
fprintf(stderr, "Interrupted.\n");
}
-void
+static void
pipe_handler(int sig)
{
fprintf(stderr, "SIGPIPE received.\n");