]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in stub_comm.cc
authorserassio <>
Mon, 4 Sep 2006 01:34:15 +0000 (01:34 +0000)
committerserassio <>
Mon, 4 Sep 2006 01:34:15 +0000 (01:34 +0000)
src/tests/stub_comm.cc

index fdec79dd986024cff218eafaf26709289459651c..87d743f416a7f0ee3cd05c99459d34eef436a34d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: stub_comm.cc,v 1.3 2006/09/03 18:58:37 serassio Exp $
+ * $Id: stub_comm.cc,v 1.4 2006/09/03 19:34:15 serassio Exp $
  *
  * DEBUG: section 84    Helper process maintenance
  * AUTHOR: Robert Collins
@@ -114,7 +114,7 @@ commUnsetNonBlocking(int fd)
 /* bah, cheating on stub count */
 
 pid_t
-ipcCreate(int type, const char *prog, const char *const args[], const char *name, int *rfd, int *wfd. void **hIpc)
+ipcCreate(int type, const char *prog, const char *const args[], const char *name, int *rfd, int *wfd, void **hIpc)
 {
     fatal ("Not implemented");
     return -1;