X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fcurses.h.in;h=ac5a400a761d04571cc9956b92214a2b0464d862;hp=3b1ceec64b626e049916b644c19f67f19eada0e9;hb=77afe78361875f531dc2bf8d73f2e781c8e76176;hpb=f5da57ad7eb397b1001e2fca9cb0e278a6564716 diff --git a/include/curses.h.in b/include/curses.h.in index 3b1ceec6..ac5a400a 100644 --- a/include/curses.h.in +++ b/include/curses.h.in @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * + * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1996-on * ****************************************************************************/ -/* $Id: curses.h.in,v 1.207 2009/11/07 19:14:00 tom Exp $ */ +/* $Id: curses.h.in,v 1.208 2010/01/09 19:34:26 tom Exp $ */ #ifndef __NCURSES_H #define __NCURSES_H @@ -823,6 +823,8 @@ extern NCURSES_EXPORT(char *) tparm (NCURSES_CONST char *, long,long,long,long,l extern NCURSES_EXPORT(char *) tparm_varargs (NCURSES_CONST char *, ...); /* special */ #endif +extern NCURSES_EXPORT(char *) tiparm (const char *, ...); /* special */ + /* * These functions are not in X/Open, but we use them in macro definitions: */