X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=direct.h;h=be2643d9babf2d0f4306a1c682840cf9f022fb14;hp=adbf7868121e0ba6a1bcb7363730066c0dfae70a;hb=0aa220d2e02e982734d05cf3ea840e54d04541eb;hpb=bae665568253091714d5b32ad634d9024f40ee10 diff --git a/direct.h b/direct.h index adbf786..be2643d 100644 --- 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__