summaryrefslogtreecommitdiff
path: root/src/analysis/routine.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-07-07 10:49:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-07-07 10:49:20 (GMT)
commita857e1e9db9d298b7aa91e8f618e6c0ea4db84ac (patch)
treee0dc140ee5bf5badbcee673e79c4b43f88a53322 /src/analysis/routine.h
parent21d310503e29c61411491eef6be2fb83bb5ed61c (diff)
Extended the types API.
Diffstat (limited to 'src/analysis/routine.h')
-rw-r--r--src/analysis/routine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/routine.h b/src/analysis/routine.h
index 0a4917f..9671c92 100644
--- a/src/analysis/routine.h
+++ b/src/analysis/routine.h
@@ -87,10 +87,10 @@ void g_binary_routine_set_name(GBinRoutine *, char *);
const char *g_binary_routine_get_name(const GBinRoutine *);
/* Définit de façon indirecte le nom humain d'une routine. */
-void g_binary_routine_set_name_from_type(GBinRoutine *, GDataType *);
+void g_binary_routine_set_typed_name(GBinRoutine *, GDataType *);
/* Fournit le type construisant le nom humain d'une routine. */
-GDataType *g_binary_routine_get_type_from_name(const GBinRoutine *);
+GDataType *g_binary_routine_get_typed_name(const GBinRoutine *);
/* Définit le type de retour d'une routine. */
void g_binary_routine_set_return_type(GBinRoutine *, GDataType *);