src/doc: clean signature HTML output with `html_signature` and `html_short_signature`
[nit.git] / tests / test_extern_nit.h
index ea9875a..67b7fc8 100644 (file)
@@ -1,5 +1,4 @@
-#include <test_extern._nitni.h>
 
-long int foo(Object);
-long int bar(Object, long int);
-Object baz(Object, Object);
+long int foo(void *);
+long int bar(void *, long int);
+void *baz(void *, void *);