File: ngx_http_echo_var.h

package info (click to toggle)
libnginx-mod-http-echo 1%3A0.63-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: ansic: 3,233; sh: 114; perl: 96; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
#ifndef ECHO_VAR_H
#define ECHO_VAR_H

#include "ngx_http_echo_module.h"

ngx_int_t ngx_http_echo_add_variables(ngx_conf_t *cf);

#endif /* ECHO_VAR_H */