summaryrefslogtreecommitdiff
path: root/src/format/format-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/format-int.h')
-rw-r--r--src/format/format-int.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/format/format-int.h b/src/format/format-int.h
index 6a3be81..eb1d0d2 100644
--- a/src/format/format-int.h
+++ b/src/format/format-int.h
@@ -119,6 +119,11 @@ struct _GBinFormatClass
format_complete_analysis_fc complete; /* Terminaison d'analyse */
+ /* Signaux */
+
+ void (* symbol_added) (GBinFormat *, GBinSymbol *);
+ void (* symbol_removed) (GBinFormat *, GBinSymbol *);
+
};