]> Shamusworld >> Repos - rmac/blobdiff - direct.h
Added deprecated keywords JPAD/NOJPAD for legacy code. :-)
[rmac] / direct.h
index adbf7868121e0ba6a1bcb7363730066c0dfae70a..be2643d9babf2d0f4306a1c682840cf9f022fb14 100644 (file)
--- a/direct.h
+++ b/direct.h
@@ -69,5 +69,7 @@ int d_fail(void);
 int symlist(int(*)());
 int abs_expr(VALUE *);
 int d_cstruct(void);
+int d_jpad(void);
+int d_nojpad(void);
 
 #endif // __DIRECT_H__