locks.h revision ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dc
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd/* Copyright 2000-2004 Apache Software Foundation
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * Licensed under the Apache License, Version 2.0 (the "License");
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * you may not use this file except in compliance with the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * You may obtain a copy of the License at
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * Unless required by applicable law or agreed to in writing, software
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * distributed under the License is distributed on an "AS IS" BASIS,
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * See the License for the specific language governing permissions and
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd * limitations under the License.
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantz** Declarations for the generic lock implementation
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantz/* where is the lock database located? */
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantzconst char *dav_generic_get_lockdb_path(const request_rec *r);
ea5f8cfbb7ef1d19318f6994c26dd73c38ffd8ddjerenkrantz#endif /* _DAV_LOCK_LOCKS_H_ */