]> Shamusworld >> Repos - rmac/blobdiff - procln.h
Fix a small buglet in the last patch. :-)
[rmac] / procln.h
index f4db36e26188cf5724f3f147da42c299d6b2b55d..3dedefdd3fc9ce3d3751d09e686c499dee45e2c0 100644 (file)
--- a/procln.h
+++ b/procln.h
 #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[];