X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.tail;h=9477a15083043394fc256fc5cf437c85689c3727;hp=fb2b8c84f3c64c1634365c5f5972d9af3b2ae455;hb=18865150079f74b17047633094e3994516af8a41;hpb=9dda8e1ed1bfb63fa23d99a816f6c046ba0e307c;ds=inline diff --git a/include/curses.tail b/include/curses.tail index fb2b8c84..9477a150 100644 --- a/include/curses.tail +++ b/include/curses.tail @@ -1,4 +1,4 @@ -/* $Id: curses.tail,v 1.18 2009/04/18 21:30:52 tom Exp $ */ +/* $Id: curses.tail,v 1.19 2009/05/23 19:19:43 tom Exp $ */ /* * vile:cmode: * This file is part of ncurses, designed to be appended after curses.h.in @@ -120,6 +120,7 @@ extern NCURSES_EXPORT(int) has_key (int); /* do we have given key? */ #if NCURSES_SP_FUNCS extern NCURSES_EXPORT(int) NCURSES_SP_NAME(has_key) (SCREEN*, int); /* do we have given key? */ +extern NCURSES_EXPORT(int) NCURSES_SP_NAME(mcprint) (SCREEN*, char *, int); /* direct data to printer */ #endif /* Debugging : use with libncurses_g.a */