diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2009-10-30 16:38:42 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2009-10-30 16:38:42 +0000 |
commit | d5c3fb3805049d4c1d2ba3c01c3d1a8828f04869 (patch) | |
tree | 8d5aeb317979b71999c602629ced8bb1c37f1ef4 /src/status_counter.h | |
parent | 9bcc98802118528450e76a95710f2fcfd8457dc8 (diff) | |
download | lighttpd-d5c3fb3805049d4c1d2ba3c01c3d1a8828f04869.tar.gz |
new upstream version
Diffstat (limited to 'src/status_counter.h')
-rw-r--r-- | src/status_counter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/status_counter.h b/src/status_counter.h index 210fe85..ba5e76f 100644 --- a/src/status_counter.h +++ b/src/status_counter.h @@ -1,11 +1,11 @@ #ifndef _STATUS_COUNTER_H_ #define _STATUS_COUNTER_H_ -#include <sys/types.h> - #include "array.h" #include "base.h" +#include <sys/types.h> + data_integer *status_counter_get_counter(server *srv, const char *s, size_t len); int status_counter_inc(server *srv, const char *s, size_t len); int status_counter_dec(server *srv, const char *s, size_t len); |