src/server/safs/nametrans.h

changeset 136
9b48a1427aef
parent 96
0185b13bf41f
child 137
ca0cf1016a8b
--- a/src/server/safs/nametrans.h	Tue Dec 27 18:42:36 2016 +0100
+++ b/src/server/safs/nametrans.h	Tue Dec 27 19:36:19 2016 +0100
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2013 Olaf Wintermann. All rights reserved.
+ * Copyright 2016 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -39,6 +39,8 @@
 int document_root(pblock *pb, Session *sn, Request *rq);
 int pfx2dir(pblock *pb, Session *sn, Request *rq);
 
+int simple_rewrite(pblock *pb, Session *sn, Request *rq);
+
 #ifdef	__cplusplus
 }
 #endif

mercurial