Correct a few syntax errors
[lttv.git] / ltt / branches / poly / include / lttv / hook.h
index 2fd17e1ac709ebb34c57cbf229a6a9ba3fe904e9..677bb8929bf872d7f10acd032787491290ff3bc8 100644 (file)
@@ -12,7 +12,7 @@ typedef gboolean (*LttvHook)(void *hook_data, void *call_data);
 
 /* A list of hooks allows registering hooks to be called later. */
 
-typedef struct _LttvHooks LttvHooks;
+typedef GArray LttvHooks;
 
 
 /* Create and destroy a list of hooks */
This page took 0.023785 seconds and 4 git commands to generate.