~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/esi/Sequence.h

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#define SQUID_ESISEQUENCE_H
38
38
 
39
39
#include "squid.h"
40
 
#include "ESIElement.h"
41
 
#include "ElementList.h"
 
40
#include "esi/Element.h"
 
41
#include "esi/ElementList.h"
42
42
 
43
43
/* esiSequence */
44
44
 
90
90
    void processStep(int dovars);
91
91
};
92
92
 
93
 
MEMPROXY_CLASS_INLINE(esiSequence)          /**DOCS_NOSEMI*/
 
93
MEMPROXY_CLASS_INLINE(esiSequence);
94
94
 
95
95
#endif /* SQUID_ESISEQUENCE_H */