X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Flist_op.h;h=d395099a2842d35703cdfd67b726b438812c73c4;hp=d93c55434562000bff3fdabdb7779094f3d79e20;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=301048b51990573e58a30dc4a5bb4ec285cad554 diff --git a/src/headers/list_op.h b/src/headers/list_op.h index d93c554..d395099 100755 --- a/src/headers/list_op.h +++ b/src/headers/list_op.h @@ -1,4 +1,5 @@ -/* @(#) $Id$ */ +/* @(#) $Id: ./src/headers/list_op.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. @@ -28,7 +29,7 @@ typedef struct _OSList OSListNode *first_node; OSListNode *last_node; OSListNode *cur_node; - + int currently_size; int max_size;