summaryrefslogtreecommitdiff
path: root/devel/p5-Set-Object/files/patch-Object.xs
blob: 0e9ef8deafe6c8c01a367df3e265ba7b8ee3215b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- Object.xs.orig	2006-07-18 18:37:35 UTC
+++ Object.xs
@@ -89,6 +89,9 @@ START_MY_CXT
 int iset_remove_one(ISET* s, SV* el, int spell_in_progress);
 
 
+void _dispel_magic(ISET*, SV*);
+void _cast_magic(ISET*, SV*);
+
 int insert_in_bucket(BUCKET* pb, SV* sv)
 {
 	if (!pb->sv)