diff -r 471e28cca288 -r 9b48a1427aef src/server/safs/nametrans.h --- 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