From 7fbd2975326eb5d2816a303b621942a72b5d57ca Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 29 Nov 2004 22:25:31 +0000 Subject: Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. svn:r3019 --- src/common/container.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/container.h') diff --git a/src/common/container.h b/src/common/container.h index aab568d4a..9cd7bf289 100644 --- a/src/common/container.h +++ b/src/common/container.h @@ -4,6 +4,7 @@ #ifndef __CONTAINER_H #define __CONTAINER_H +#define CONTAINER_H_ID "$Id$" /** Generic resizeable array. */ typedef struct smartlist_t smartlist_t; -- cgit v1.2.3