~ubuntu-branches/ubuntu/natty/lighttpd/natty

« back to all changes in this revision

Viewing changes to src/status_counter.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2009-10-30 17:37:29 UTC
  • mto: (6.1.4 squeeze)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20091030173729-ehmsdiba9nkcd0j7
Tags: upstream-1.4.24
Import upstream version 1.4.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _STATUS_COUNTER_H_
2
2
#define _STATUS_COUNTER_H_
3
3
 
4
 
#include <sys/types.h>
5
 
 
6
4
#include "array.h"
7
5
#include "base.h"
8
6
 
 
7
#include <sys/types.h>
 
8
 
9
9
data_integer *status_counter_get_counter(server *srv, const char *s, size_t len);
10
10
int status_counter_inc(server *srv, const char *s, size_t len);
11
11
int status_counter_dec(server *srv, const char *s, size_t len);