src/server/safs/nametrans.h

changeset 136
9b48a1427aef
parent 96
0185b13bf41f
child 137
ca0cf1016a8b
equal deleted inserted replaced
135:471e28cca288 136:9b48a1427aef
1 /* 1 /*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 * 3 *
4 * Copyright 2013 Olaf Wintermann. All rights reserved. 4 * Copyright 2016 Olaf Wintermann. All rights reserved.
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are met: 7 * modification, are permitted provided that the following conditions are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
37 37
38 int assign_name(pblock *pb, Session *sn, Request *rq); 38 int assign_name(pblock *pb, Session *sn, Request *rq);
39 int document_root(pblock *pb, Session *sn, Request *rq); 39 int document_root(pblock *pb, Session *sn, Request *rq);
40 int pfx2dir(pblock *pb, Session *sn, Request *rq); 40 int pfx2dir(pblock *pb, Session *sn, Request *rq);
41 41
42 int simple_rewrite(pblock *pb, Session *sn, Request *rq);
43
42 #ifdef __cplusplus 44 #ifdef __cplusplus
43 } 45 }
44 #endif 46 #endif
45 47
46 #endif /* NAMETRANS_H */ 48 #endif /* NAMETRANS_H */

mercurial