summaryrefslogtreecommitdiff
path: root/src/format/format.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-01-03 22:58:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-01-03 22:58:48 (GMT)
commit7b3364f3af43961df7c5c7bcd0fe7407e944f16f (patch)
tree84015cdef112c415d8bd636cda3071f7a87415a5 /src/format/format.h
parent64224ffe7d6dc649bdde858ea5c949444eeaa111 (diff)
Removed deprecated direct management of routines.
Diffstat (limited to 'src/format/format.h')
-rw-r--r--src/format/format.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/format/format.h b/src/format/format.h
index 18dfda1..b1f0110 100644
--- a/src/format/format.h
+++ b/src/format/format.h
@@ -95,12 +95,6 @@ bool g_binary_format_find_next_symbol_at(const GBinFormat *, const vmpa2t *, GBi
/* Recherche le symbole correspondant à une adresse. */
bool g_binary_format_resolve_symbol(const GBinFormat *, const vmpa2t *, GBinSymbol **, phys_t *);
-/* Ajoute une routine à la collection du format binaire. */
-void g_binary_format_add_routine(GBinFormat *, GBinRoutine *) __attribute__ ((deprecated));
-
-/* Retire une routine de la collection du format binaire. */
-void g_binary_format_remove_routine(GBinFormat *, GBinRoutine *);
-
/* Fournit le prototype de toutes les routines détectées. */
GBinRoutine **g_binary_format_get_routines(const GBinFormat *, size_t *);