2004-08-21 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / dis / util.c
index 57b11eab76039b64985cda240d212de0dd9d7984..f3fff1c77e7fa84615fc2ce9bd36bf6a85ea1ad1 100644 (file)
@@ -20,7 +20,7 @@
  * Warning: returns static buffer.
  */
 const char *
-map (guint32 code, map_t *table)
+map (guint32 code, dis_map_t *table)
 {
        int i;
 
@@ -38,7 +38,7 @@ map (guint32 code, map_t *table)
  * Warning: returns static buffer.
  */
 const char *
-flags (guint32 code, map_t *table)
+flags (guint32 code, dis_map_t *table)
 {
        static char buffer [1024];
        int i;