X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=actions.h;h=e73022e5ca66d0b164de528b4b4e18cf3fd7c6ad;hp=d71d8c348c2123382a97e2e758bb39f025f12d63;hb=622f8b00129cfb6abeb0d90f095b5ca5dd9d6c35;hpb=a28c3f9e385d7d1178c284a011d0d73e3bea10cd diff --git a/actions.h b/actions.h index d71d8c34..e73022e5 100644 --- a/actions.h +++ b/actions.h @@ -1,6 +1,6 @@ -#ifndef _ACTIONS_H -#define _ACTIONS_H -#define ACTIONS_H_VERSION "$Id: actions.h,v ??? $" +#ifndef ACTIONS_H_INCLUDED +#define ACTIONS_H_INCLUDED +#define ACTIONS_H_VERSION "$Id: actions.h,v 1.1 2001/05/31 21:16:46 jongfoster Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/actions.h,v $ @@ -35,6 +35,9 @@ * * Revisions : * $Log: actions.h,v $ + * Revision 1.1 2001/05/31 21:16:46 jongfoster + * Moved functions to process the action list into this new file. + * * *********************************************************************/ @@ -44,6 +47,11 @@ extern "C" { #endif +struct action_spec; +struct current_action_spec; +struct client_state; + + extern void merge_actions (struct action_spec *dest, const struct action_spec *src); extern void copy_action (struct action_spec *dest, @@ -70,7 +78,7 @@ extern const char actions_h_rcs[]; } /* extern "C" */ #endif -#endif /* ndef _ERRLOG_H */ +#endif /* ndef ACTIONS_H_INCLUDED */ /* Local Variables: