Fix compiler warning due to missing function prototype.
[svn.git] / subversion / bindings / swig / python / svn / diff.py
blobc6f4f8de421a930c4110fdb63302266e7725fe11
2 # diff.py: public Python interface for diff components
4 # Subversion is a tool for revision control.
5 # See http://subversion.tigris.org for more information.
7 ######################################################################
9 # Copyright (c) 2007 CollabNet. All rights reserved.
11 # This software is licensed as described in the file COPYING, which
12 # you should have received as part of this distribution. The terms
13 # are also available at http://subversion.tigris.org/license-1.html.
14 # If newer versions of this license are posted there, you may use a
15 # newer version instead, at your option.
17 ######################################################################
19 from libsvn.diff import *
20 from svn.core import _unprefix_names
21 _unprefix_names(locals(), 'svn_diff_')
22 del _unprefix_names