X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.h;h=3dedefdd3fc9ce3d3751d09e686c499dee45e2c0;hp=f4db36e26188cf5724f3f147da42c299d6b2b55d;hb=3492e185b1dc066efaceb0c3f214467d5ab1e2c8;hpb=fbbe9b115f949735421485513154ce8abb8453eb diff --git a/procln.h b/procln.h index f4db36e..3dedefd 100644 --- a/procln.h +++ b/procln.h @@ -12,6 +12,10 @@ #include "rmac.h" #include "token.h" +// Imported functions +int m_ptestr(WORD inste, WORD siz); +int m_ptestw(WORD inste, WORD siz); + // Exported variables extern const char comma_error[]; extern const char locgl_error[];