2003-01-25 Martin Baulig <martin@ximian.com>
[mono.git] / mono / dis / get.h
index 4686682fee42a8b5f10a43334db905171ebd6e33..116549d1c5c622974c8e45fe28162de834924a77 100644 (file)
@@ -19,7 +19,9 @@ char *get_token_type          (MonoImage *m, guint32 token);
 char *get_typespec            (MonoImage *m, guint32 blob_idx);
 char *get_method              (MonoImage *m, guint32 token);
 char *get_guid                (MonoImage *m, guint32 guid_index);
+char *get_marshal_info        (MonoImage *m, const char *blob);
 
+GList *dis_get_custom_attrs   (MonoImage *m, guint32 token);
 
 char *dis_stringify_type      (MonoImage *m, MonoType *type);
 char *dis_stringify_token     (MonoImage *m, guint32 token);