X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=debug.h;h=615b7864673cc5ff9828736a9862a2d8203b2f98;hp=7c738cc232bdae444c0c4a1eb3b4d9dc9cf2ee91;hb=9207a38ed4a09c60a1e9b9995a92bcd4580e3662;hpb=60f204cb9e3905100da0d89f14bb40db764acd9e diff --git a/debug.h b/debug.h index 7c738cc..615b786 100644 --- a/debug.h +++ b/debug.h @@ -11,7 +11,7 @@ #include "rmac.h" -// Prototypes +// Exported functions int mudump(void); int mdump(char *, LONG, int, LONG); int dumptok(TOKEN *);