From: wessels <> Date: Sat, 28 Mar 1998 12:24:52 +0000 (+0000) Subject: rearrange X-Git-Tag: SQUID_3_0_PRE1~3726 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a70d304969b67b21c7a268901db01d098da177a;p=thirdparty%2Fsquid.git rearrange --- diff --git a/src/protos.h b/src/protos.h index 9b4214366b..2a77c1d913 100644 --- a/src/protos.h +++ b/src/protos.h @@ -84,6 +84,7 @@ extern void clientHttpConnectionsOpen(void); 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); @@ -870,15 +871,8 @@ extern void stringAppend(String * s, const char *buf, int len); /* 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[], @@ -886,4 +880,12 @@ extern int ipcCreate(int type, 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