~ubuntu-branches/ubuntu/saucy/varnish/saucy

« back to all changes in this revision

Viewing changes to lib/libvcl/vcc_compile.h

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27
27
 * SUCH DAMAGE.
28
28
 *
29
 
 * $Id: vcc_compile.h 4680 2010-04-19 11:28:51Z tfheen $
 
29
 * $Id$
30
30
 */
31
31
 
32
32
#include "vqueue.h"
167
167
void vcc_IsField(struct tokenlist *tl, struct token **t, struct fld_spec *fs);
168
168
void vcc_FieldsOk(struct tokenlist *tl, const struct fld_spec *fs);
169
169
 
 
170
void Emit_Sockaddr(struct tokenlist *tl, const struct token *t_host, const char *port);
 
171
void vcc_EmitBeIdent(const struct tokenlist *tl, struct vsb *v,
 
172
         int serial, const struct token *first, const struct token *last);
 
173
 
170
174
/* vcc_compile.c */
171
175
extern struct method method_tab[];
172
176
/*
191
195
/* vcc_dir_round_robin.c */
192
196
parsedirector_f vcc_ParseRoundRobinDirector;
193
197
 
 
198
/* vcc_dir_dns.c */
 
199
parsedirector_f vcc_ParseDnsDirector;
 
200
 
194
201
/* vcc_obj.c */
195
202
extern struct var vcc_vars[];
196
203