~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/src/ngx_http_lua_filter.h

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-16 13:47:58 UTC
  • mfrom: (4.2.31 sid)
  • Revision ID: james.westby@ubuntu.com-20110416134758-yqca2qp5crh2hw2f
Tags: 1.0.0-2
* debian/rules:
  + Removed --with-file-aio support. Fixed FTBFS on kFreeBSD-* arch
    (Closes: #621882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* vim:set ft=c ts=4 sw=4 et fdm=marker: */
2
 
#ifndef NGX_HTTP_LUA_FILTER_H__
3
 
#define NGX_HTTP_LUA_FILTER_H__
 
2
 
 
3
#ifndef NGX_HTTP_LUA_FILTER_H
 
4
#define NGX_HTTP_LUA_FILTER_H
4
5
 
5
6
#include "ngx_http_lua_common.h"
6
7
 
7
 
extern ngx_int_t ngx_http_lua_filter_init(ngx_conf_t *cf);
8
 
 
9
 
#endif
10
 
 
11
 
 
 
8
ngx_int_t ngx_http_lua_filter_init(ngx_conf_t *cf);
 
9
 
 
10
#endif /* NGX_HTTP_LUA_FILTER_H */