summaryrefslogtreecommitdiff
path: root/subversion/bindings/swig/proxy/svn_subst_h.swg
blob: 9376e66d21d29c0702568c39d0ff49f4f69134b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* Proxy classes for svn_subst.h
 * DO NOT EDIT -- AUTOMATICALLY GENERATED
 * BY build/generator/swig/header_wrappers.py */

/* No default constructors for opaque structs */
#ifdef SWIGPYTHON
#endif

/* Callback typemaps */

/* Baton typemaps */
#ifdef SWIGPYTHON
%apply void *PY_AS_VOID {
  void *cancel_baton
};
#endif

/* Includes */
%{
#include "svn_subst.h"
%}
%include svn_subst.h

/* Structure definitions */
#ifdef SWIGPYTHON
%proxy(svn_subst_keywords_t);
#endif

/* Callbacks */

%inline %{
%}

#ifdef SWIGPYTHON

#endif