X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Freference-counted.h;h=6c0a87f4aca53d419c585075c4912aa1ae94c31f;hp=47cf799ca2d1712a67c963bddb95453eb5bd7b5f;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hpb=bf2cb00e2ef19e2eb33557f900405f836ebe65a3 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