--------------------- PatchSet 3681 Date: 2006/09/03 18:23:47 Author: serassio Branch: nt Tag: (none) Log: Ran astyle Members: src/protos.h:1.19.2.60->1.19.2.61 Index: squid3/src/protos.h =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/protos.h,v retrieving revision 1.19.2.60 retrieving revision 1.19.2.61 diff -u -r1.19.2.60 -r1.19.2.61 --- squid3/src/protos.h 3 Sep 2006 18:21:59 -0000 1.19.2.60 +++ squid3/src/protos.h 3 Sep 2006 18:23:47 -0000 1.19.2.61 @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.19.2.60 2006/09/03 18:21:59 serassio Exp $ + * $Id: protos.h,v 1.19.2.61 2006/09/03 18:23:47 serassio Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -680,12 +680,12 @@ * ipc.c */ SQUIDCEXTERN pid_t ipcCreate(int type, - const char *prog, - const char *const args[], - const char *name, - int *rfd, - int *wfd, - void **hIpc); + const char *prog, + const char *const args[], + const char *name, + int *rfd, + int *wfd, + void **hIpc); /* CacheDigest */