X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=list.h;h=a66882731ac5d4313bfcb8946914308131235b52;hp=e3035b71dce0b94a79709742c9f8746b056581d1;hb=8917f09d85d51f4332258bdc93792c8d763ff9ee;hpb=3010d66d9bf05c41787d589e6a9584dbbded8206 diff --git a/list.h b/list.h index e3035b71..a6688273 100644 --- a/list.h +++ b/list.h @@ -1,6 +1,5 @@ #ifndef LIST_H_INCLUDED #define LIST_H_INCLUDED -#define LIST_H_VERSION "$Id: list.h,v 1.19 2013/11/24 14:23:28 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/list.h,v $ @@ -84,11 +83,6 @@ extern jb_err unmap (struct map *the_map, const char *name); extern const char * lookup (const struct map * the_map, const char * name); - -/* Revision control strings from this header and associated .c file */ -extern const char list_rcs[]; -extern const char list_h_rcs[]; - #endif /* ndef LIST_H_INCLUDED */ /*