diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-10-09 09:32:13 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2006-10-09 09:32:13 +0000 |
commit | e4c4e8f27b87db4084df3a3ee4f69f11f1b421af (patch) | |
tree | 0b98fbd030b6861640091b40838502371710d8b2 /src/status_counter.h | |
parent | b01d8392f0f4dde45edf65a5dd25e62abbe831b0 (diff) | |
download | lighttpd-e4c4e8f27b87db4084df3a3ee4f69f11f1b421af.tar.gz |
eloy: new upstream version
Diffstat (limited to 'src/status_counter.h')
-rw-r--r-- | src/status_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status_counter.h b/src/status_counter.h index 431bd9c..210fe85 100644 --- a/src/status_counter.h +++ b/src/status_counter.h @@ -11,4 +11,4 @@ int status_counter_inc(server *srv, const char *s, size_t len); int status_counter_dec(server *srv, const char *s, size_t len); int status_counter_set(server *srv, const char *s, size_t len, int val); -#endif +#endif |