summaryrefslogtreecommitdiff
path: root/src/upstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upstream.h')
-rw-r--r--src/upstream.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upstream.h b/src/upstream.h
index 327a114..1d4edc8 100644
--- a/src/upstream.h
+++ b/src/upstream.h
@@ -40,7 +40,8 @@ struct upstream {
};
#ifdef UPSTREAM_SUPPORT
-extern void upstream_add (const char *host, int port, const char *domain);
+extern void upstream_add (const char *host, int port, const char *domain,
+ struct upstream **upstream_list);
struct upstream *upstream_get (char *host);
#endif /* UPSTREAM_SUPPORT */