Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag committed Aug 13, 2015
1 parent ac17d82 commit 71a70d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bjoern/request.h
Expand Up @@ -6,7 +6,7 @@
#include "common.h"
#include "server.h"

void _initialize_request_module();
void _initialize_request_module(void);

typedef struct {
unsigned error_code : 2;
Expand Down
2 changes: 0 additions & 2 deletions bjoern/wsgi.c
Expand Up @@ -2,9 +2,7 @@
#include "filewrapper.h"
#include "wsgi.h"

static PyObject* (start_response)(PyObject* self, PyObject* args, PyObject *kwargs);
static size_t wsgi_getheaders(Request*, PyObject* buf);
static inline bool inspect_headers(Request*);

typedef struct {
PyObject_HEAD
Expand Down

0 comments on commit 71a70d3

Please sign in to comment.