Fully initialize the custom_operations struct
[ocaml-augeas.git] / augeas-c.c
index 3c523ea..59a3ef4 100644 (file)
@@ -127,7 +127,8 @@ static struct custom_operations custom_operations = {
   custom_compare_default,
   custom_hash_default,
   custom_serialize_default,
-  custom_deserialize_default
+  custom_deserialize_default,
+  custom_compare_ext_default,
 };
 
 static value Val_augeas_t (augeas_t t)