~ubuntu-branches/ubuntu/utopic/nginx/utopic

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-02-15 03:05:42 UTC
  • mfrom: (4.3.10 sid)
  • Revision ID: package-import@ubuntu.com-20140215030542-71ubtowl24vf7nfn
Tags: 1.4.5-1ubuntu1
* Resynchronise with Debian (LP: #1280511).  Remaining changes:
  - debian/patches/ubuntu-branding.patch:
    + Add Ubuntu branding to server_tokens.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
void ngx_http_lua_inject_req_args_api(lua_State *L);
9
9
 
10
 
int ngx_http_lua_parse_args(ngx_http_request_t *r, lua_State *L,
11
 
    u_char *buf, u_char *last, int max);
 
10
int ngx_http_lua_parse_args(lua_State *L, u_char *buf, u_char *last, int max);
12
11
 
13
12
#endif /* NGX_HTTP_LUA_ARGS */
14
13