summaryrefslogtreecommitdiff
path: root/subvertpy/wc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-02 22:22:45 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-02 22:22:45 +0200
commitb58f25f828193109ace058f9b28b33e1001c3694 (patch)
treed21eb0ab23c1783609883d41656dc199e25018eb /subvertpy/wc.h
parent4781bf529c780509fa40d4b1f9d020767fdfe6d4 (diff)
Move subvertpy into package directory.
Diffstat (limited to 'subvertpy/wc.h')
-rw-r--r--subvertpy/wc.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/subvertpy/wc.h b/subvertpy/wc.h
new file mode 100644
index 00000000..5c31bec7
--- /dev/null
+++ b/subvertpy/wc.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright © 2008 Jelmer Vernooij <jelmer@samba.org>
+ * -*- coding: utf-8 -*-
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARWCNTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+#ifndef _BZR_SVN_WC_H_
+#define _BZR_SVN_WC_H_
+
+void py_wc_notify_func(void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool);
+
+#endif /* _BZR_SVN_WC_H_ */