diff options
Diffstat (limited to 'package/uhttpd/src/uhttpd-utils.h')
| -rw-r--r-- | package/uhttpd/src/uhttpd-utils.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/package/uhttpd/src/uhttpd-utils.h b/package/uhttpd/src/uhttpd-utils.h index 1b1826541..95535d6fe 100644 --- a/package/uhttpd/src/uhttpd-utils.h +++ b/package/uhttpd/src/uhttpd-utils.h @@ -101,4 +101,9 @@ struct client * uh_client_add(int sock, struct listener *serv);  struct client * uh_client_lookup(int sock);  void uh_client_remove(int sock); +#ifdef HAVE_CGI +struct interpreter * uh_interpreter_add(const char *extn, const char *path); +struct interpreter * uh_interpreter_lookup(const char *path); +#endif +  #endif  | 
