freebsd-ports/www/resin3/files/patch-cse.h
Herve Quiroz 5c833b9e2d - Update to 3.0.13
- Add a patch to handle this issue:
  http://www.caucho.com/support/resin-interest/0505/0091.html
- Add $FreeBSD$ tags

PR:		81103
Submitted by:	maintainer
2005-05-16 20:33:47 +00:00

14 lines
437 B
C

$FreeBSD$
--- modules/c/src/common/cse.h.orig Thu May 12 12:54:14 2005
+++ modules/c/src/common/cse.h Thu May 12 12:55:30 2005
@@ -339,6 +339,9 @@
const char *host, int port,
time_t now);
+static resin_host_t * cse_match_host_impl(config_t *config, const char *host_name, int
+ port, time_t now);
+
cluster_srun_t *
cse_add_cluster_server(cluster_t *cluster,
const char *host, int port, const char *id,