X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Freference-counted.h;fp=src%2Freference-counted.h;h=6c0a87f4aca53d419c585075c4912aa1ae94c31f;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=47cf799ca2d1712a67c963bddb95453eb5bd7b5f;hpb=bf2cb00e2ef19e2eb33557f900405f836ebe65a3;p=guile-irrlicht.git diff --git a/src/reference-counted.h b/src/reference-counted.h index 47cf799..6c0a87f 100644 --- a/src/reference-counted.h +++ b/src/reference-counted.h @@ -22,9 +22,7 @@ #ifndef __GUILE_IRRLICHT_REFERENCE_COUNTED_H_INCLUDED__ #define __GUILE_IRRLICHT_REFERENCE_COUNTED_H_INCLUDED__ -extern "C" { - void - init_reference_counted (void); -} +void +init_reference_counted (void); #endif