Correct a few syntax errors
[lttv.git] / ltt / branches / poly / include / lttv / module.h
index 6a0a45fba35fb64f58c76bc77ab2911266d20fb6..2649902c606d3f88b6bb212015c0472785b9ade1 100644 (file)
@@ -24,7 +24,7 @@
 
 typedef struct _LttvModule LttvModule;
 
-typedef void (*LttvModuleInit)(int argc, char **argv);
+typedef void (*LttvModuleInit)(LttvModule *self, int argc, char **argv);
 
 typedef void (*LttvModuleDestroy)();
 
This page took 0.023288 seconds and 4 git commands to generate.