X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=acb08496b9c0240b5e0760c1913d285e0dea5d63;hp=f9f277cf01ed07e61050a6e245c2f5618f9d49b4;hb=014e796377eafac5f1875e61282d48cb337dbdce;hpb=a8e6e10e532d17d33cbedc4fe4c4027e624c6b1d diff --git a/project.h b/project.h index f9f277cf..acb08496 100644 --- a/project.h +++ b/project.h @@ -1,6 +1,6 @@ #ifndef _PROJECT_H #define _PROJECT_H -#define PROJECT_H_VERSION "$Id: project.h,v 1.10 2001/05/31 21:33:53 jongfoster Exp $" +#define PROJECT_H_VERSION "$Id: project.h,v 1.11 2001/06/01 10:32:47 oes Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/project.h,v $ @@ -36,6 +36,9 @@ * * Revisions : * $Log: project.h,v $ + * Revision 1.11 2001/06/01 10:32:47 oes + * Added constants for anchoring selection bitmap + * * Revision 1.10 2001/05/31 21:33:53 jongfoster * Changes for new actions file, replacing permissionsfile * and parts of the config file. Also added support for @@ -259,15 +262,6 @@ struct list /* FIXME: Why not separate entries and header? */ }; -/* Generic linked list of strings */ -struct list_share /* FIXME: Why not separate entries and header? */ -{ - const char * str; /* valid in an entry */ - struct list_share *last; /* valid in header */ - struct list_share *next; -}; - - /* A URL pattern */ struct url_spec { @@ -341,7 +335,7 @@ struct current_action_spec char * string[ACTION_STRING_COUNT]; /* Strings to add */ - struct list_share multi[ACTION_MULTI_COUNT][1]; + struct list multi[ACTION_MULTI_COUNT][1]; }; struct action_spec