summaryrefslogtreecommitdiff
path: root/src/format/java/method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/java/method.h')
-rw-r--r--src/format/java/method.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/format/java/method.h b/src/format/java/method.h
index 01cef95..96ed8de 100644
--- a/src/format/java/method.h
+++ b/src/format/java/method.h
@@ -26,6 +26,7 @@
#include "e_java.h"
+#include "java-int.h"
@@ -35,6 +36,9 @@ bool load_java_methods(java_format *, off_t *);
/* Décharge les méthodes d'un binaire Java. */
void unload_java_methods(java_format *);
+/* Retrouve le code binaire correspondant à une méthode. */
+bool find_java_method_code_part(const java_method *method, off_t *, off_t *);
+
#endif /* _FORMAT_JAVA_METHOD_H */