Remove #105: 'Add support for socks authentication' which is done
[privoxy.git] / gateway.h
index c1d8add..544752c 100644 (file)
--- a/gateway.h
+++ b/gateway.h
@@ -1,6 +1,5 @@
 #ifndef GATEWAY_H_INCLUDED
 #define GATEWAY_H_INCLUDED
-#define GATEWAY_H_VERSION "$Id: gateway.h,v 1.25 2017/06/04 14:42:13 fabiankeil Exp $"
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/gateway.h,v $
@@ -63,12 +62,6 @@ extern int connection_destination_matches(const struct reusable_connection *conn
 extern jb_err socks_fuzz(struct client_state *csp);
 #endif
 
-/*
- * Revision control strings from this header and associated .c file
- */
-extern const char gateway_rcs[];
-extern const char gateway_h_rcs[];
-
 #endif /* ndef GATEWAY_H_INCLUDED */
 
 /*