extern void clientHttpConnectionsClose(void);
extern StoreEntry *clientCreateStoreEntry(clientHttpRequest *, method_t, int);
extern int isTcpHit(log_type);
+extern int handleConnectionHeader(int flag, char *where, char *what);
extern int commSetNonBlocking(int fd);
extern void commSetCloseOnExec(int fd);
/* extern void stringAppendf(String *s, const char *fmt, ...); */
/*
- * prototypes for system functions missing from system includes
+ * ipc.c
*/
-
-#ifdef _SQUID_SOLARIS_
-int getrusage(int, struct rusage *);
-int getpagesize(void);
-int gethostname(char *, int);
-#endif
-
extern int ipcCreate(int type,
const char *prog,
char *const args[],
int *rfd,
int *wfd);
-extern int handleConnectionHeader(int, char *, char *);
+/*
+ * prototypes for system functions missing from system includes
+ */
+
+#ifdef _SQUID_SOLARIS_
+int getrusage(int, struct rusage *);
+int getpagesize(void);
+int gethostname(char *, int);
+#endif