X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=debug.h;h=615b7864673cc5ff9828736a9862a2d8203b2f98;hp=7c738cc232bdae444c0c4a1eb3b4d9dc9cf2ee91;hb=ff2052bcaa1428a33a202822a81a6f9b8e567ef4;hpb=052be802baa4836564801c780b1d432cfe17c576 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 *);