summaryrefslogtreecommitdiff
path: root/src/analysis/scan/exprs/strop-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/scan/exprs/strop-int.h')
-rw-r--r--src/analysis/scan/exprs/strop-int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/analysis/scan/exprs/strop-int.h b/src/analysis/scan/exprs/strop-int.h
index 234ae8f..c2b40cf 100644
--- a/src/analysis/scan/exprs/strop-int.h
+++ b/src/analysis/scan/exprs/strop-int.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* strop-int.h - prototypes internes pour la gestion des opérations booléennes
*
- * Copyright (C) 2022 Cyrille Bagard
+ * Copyright (C) 2023 Cyrille Bagard
*
* This file is part of Chrysalide.
*
@@ -34,7 +34,7 @@
/* Opération booléenne avec un ou deux opérandes (instance) */
-struct _GStringOperation
+struct _GScanStringOperation
{
GScanExpression parent; /* A laisser en premier */
@@ -47,7 +47,7 @@ struct _GStringOperation
};
/* Opération booléenne avec un ou deux opérandes (classe) */
-struct _GStringOperationClass
+struct _GScanStringOperationClass
{
GScanExpressionClass parent; /* A laisser en premier */
@@ -55,7 +55,7 @@ struct _GStringOperationClass
/* Met en place une expression d'opération traite une chaîne. */
-bool g_string_operation_create(GStringOperation *, StringOperationType, GScanExpression *, GScanExpression *, bool);
+bool g_scan_string_operation_create(GScanStringOperation *, StringOperationType, GScanExpression *, GScanExpression *, bool);