Skip to content

Commit

Permalink
Remove config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jan 18, 2013
1 parent 7e81a14 commit 230a836
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 60 deletions.
59 changes: 0 additions & 59 deletions config.h

This file was deleted.

2 changes: 1 addition & 1 deletion routes/static.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ZEND_BEGIN_ARG_INFO_EX(yaf_route_static_match_arginfo, 0, 0, 1)
ZEND_END_ARG_INFO()
/* }}} */

static int yaf_route_pathinfo_route(yaf_request_t *request, char *req_uri, int req_uri_len TSRMLS_DC) /* {{{ */ {
int yaf_route_pathinfo_route(yaf_request_t *request, char *req_uri, int req_uri_len TSRMLS_DC) /* {{{ */ {
zval *params;
char *module = NULL, *controller = NULL, *action = NULL, *rest = NULL;

Expand Down
2 changes: 2 additions & 0 deletions routes/static.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

extern zend_class_entry *yaf_route_static_ce;

int yaf_route_pathinfo_route(yaf_request_t *request, char *req_uri, int req_uri_len TSRMLS_DC);

YAF_STARTUP_FUNCTION(router_static);

#endif
Expand Down
1 change: 1 addition & 0 deletions routes/supervar.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

#include "yaf_router.h"
#include "routes/interface.h"
#include "routes/static.h" /* for yaf_route_pathinfo_route */
#include "routes/supervar.h"

zend_class_entry *yaf_route_supervar_ce;
Expand Down

0 comments on commit 230a836

Please sign in to comment.