003 File Manager
Current Path:
/usr/src/contrib/subversion/subversion/libsvn_delta
usr
/
src
/
contrib
/
subversion
/
subversion
/
libsvn_delta
/
📁
..
📄
branch.c
(51 KB)
📄
branch_compat.c
(70.34 KB)
📄
branch_migrate.c
(10.18 KB)
📄
branch_nested.c
(22.58 KB)
📄
branch_repos.c
(4.28 KB)
📄
cancel.c
(11.94 KB)
📄
compat.c
(65.5 KB)
📄
compose_delta.c
(26.7 KB)
📄
debug_editor.c
(15.17 KB)
📄
default_editor.c
(4.55 KB)
📄
delta.h
(3.28 KB)
📄
deprecated.c
(4.17 KB)
📄
depth_filter_editor.c
(15.18 KB)
📄
editor.c
(26.53 KB)
📄
element.c
(13.55 KB)
📄
libsvn_delta.pc.in
(355 B)
📄
path_driver.c
(10.43 KB)
📄
svndiff.c
(35.23 KB)
📄
text_delta.c
(29.1 KB)
📄
version.c
(1.13 KB)
📄
xdelta.c
(17.78 KB)
Editing: version.c
/* * version.c: library version number * * ==================================================================== * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * ==================================================================== */ #include "svn_version.h" #include "svn_delta.h" const svn_version_t * svn_delta_version(void) { SVN_VERSION_BODY; }
Upload File
Create Folder