Declare get_last_url() static
[privoxy.git] / filters.c
index 0c33890..c7e71f8 100644 (file)
--- a/filters.c
+++ b/filters.c
@@ -1050,7 +1050,7 @@ char *rewrite_url(char *old_url, const char *pcrs_command)
  *                the last URL found.
  *
  *********************************************************************/
-char *get_last_url(char *subject, const char *redirect_mode)
+static char *get_last_url(char *subject, const char *redirect_mode)
 {
    char *new_url = NULL;
    char *tmp;