X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Fterm_entry.h;h=0223f400f1ca034b6fcefc76aff37262cf3e38f7;hp=5d1d54fb4eea0c12e497866f27a768f3b5c92147;hb=efd717f13effbf1d0fd743a214aebc0c97c8b66c;hpb=21c8ffa0edf2e389f3f674f0c08009002c6f357d diff --git a/include/term_entry.h b/include/term_entry.h index 5d1d54fb..0223f400 100644 --- a/include/term_entry.h +++ b/include/term_entry.h @@ -32,7 +32,7 @@ * and: Thomas E. Dickey 1998-on * ****************************************************************************/ -/* $Id: term_entry.h,v 1.46 2015/08/22 23:04:25 tom Exp $ */ +/* $Id: term_entry.h,v 1.47 2015/08/30 00:41:20 tom Exp $ */ /* * term_entry.h -- interface to entry-manipulation code @@ -172,6 +172,7 @@ extern NCURSES_EXPORT(int) _nc_capcmp (const char *, const char *); /* write_entry.c: writing an entry to the file system */ extern NCURSES_EXPORT(void) _nc_set_writedir (const char *); extern NCURSES_EXPORT(void) _nc_write_entry (TERMTYPE *const); +extern NCURSES_EXPORT(int) _nc_write_object(TERMTYPE *, char *, unsigned *, unsigned); /* comp_parse.c: entry list handling */ extern NCURSES_EXPORT(void) _nc_read_entry_source (FILE*, char*, int, bool, bool (*)(ENTRY*));