summaryrefslogtreecommitdiff
path: root/src/analysis/content-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-07-04 21:05:15 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-07-04 21:05:15 (GMT)
commit219f85716b79dc81dc5c8b28285c9a91d1eb76c4 (patch)
tree6e87e4dd8fe1f8361f564f27d1a9204a58d531af /src/analysis/content-int.h
parent59febc74741332fec4df71962fe9174d511df384 (diff)
Delete the XML storage for loading binary contents.
Diffstat (limited to 'src/analysis/content-int.h')
-rw-r--r--src/analysis/content-int.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/analysis/content-int.h b/src/analysis/content-int.h
index 886c196..4ef64f9 100644
--- a/src/analysis/content-int.h
+++ b/src/analysis/content-int.h
@@ -41,9 +41,6 @@ typedef GBinContent * (* get_content_root_fc) (GBinContent *);
/* Fournit le nom associé au contenu binaire. */
typedef char * (* describe_content_fc) (const GBinContent *, bool);
-/* Ecrit une sauvegarde de contenu binaire dans un fichier XML. */
-typedef bool (* save_content_fc) (const GBinContent *, xmlDocPtr, xmlXPathContextPtr, const char *, const char *);
-
/* Calcule une empreinte unique (SHA256) pour les données. */
typedef void (* compute_checksum_fc) (GBinContent *, GChecksum *);
@@ -99,8 +96,6 @@ struct _GBinContentIface
describe_content_fc describe; /* Fournit une description */
- save_content_fc save; /* Sauvegarde du contenu */
-
compute_checksum_fc compute_checksum; /* Calcul de l'empreinte */
compute_size_fc compute_size; /* Calcul de la taille totale */