diff options
Diffstat (limited to 'perl-install/Newt')
-rw-r--r-- | perl-install/Newt/Newt.xs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/Newt/Newt.xs b/perl-install/Newt/Newt.xs index e60583de1..e3e71be68 100644 --- a/perl-install/Newt/Newt.xs +++ b/perl-install/Newt/Newt.xs @@ -63,6 +63,9 @@ newtFinished() void newtCls() +#void +#newtSuspend() + int newtCenteredWindow(width,height,title) int width; |