~ubuntu-branches/debian/sid/ncurses/sid

« back to all changes in this revision

Viewing changes to progs/dump_entry.h

  • Committer: Package Import Robot
  • Author(s): Sven Joachim
  • Date: 2015-08-17 18:01:53 UTC
  • mfrom: (1.32.11)
  • Revision ID: package-import@ubuntu.com-20150817180153-ywf02awpkuzvqwdv
Tags: 6.0+20150810-1
* New upstream release.
  - Fix comparison against "/usr/include" in misc/gen-pkgconfig.in
    (Closes: #790548).
* Configure with "--with-abi-version=5", upstream defaults to abi 6 now.
* Configure with "--with-versioned-syms" (Closes: #788610).
  - Bump minimal versions of all symbols as well as shlibs to 6.
* After building the wide library, install it into a temporary
  scratchdir so that test/configure can find the necessary auxiliary
  files (see #786436).
* Drop the libncursesw5-dev build-dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
 
 * Copyright (c) 1998-2013,2014 Free Software Foundation, Inc.              *
 
2
 * Copyright (c) 1998-2014,2015 Free Software Foundation, Inc.              *
3
3
 *                                                                          *
4
4
 * Permission is hereby granted, free of charge, to any person obtaining a  *
5
5
 * copy of this software and associated documentation files (the            *
33
33
 ****************************************************************************/
34
34
 
35
35
/*
36
 
 * $Id: dump_entry.h,v 1.34 2014/10/18 09:34:15 tom Exp $
 
36
 * $Id: dump_entry.h,v 1.35 2015/05/27 00:56:54 tom Exp $
37
37
 *
38
38
 * Dump control definitions and variables
39
39
 */
72
72
extern int show_entry(void);
73
73
extern void compare_entry(PredHook, TERMTYPE *, bool);
74
74
extern void dump_entry(TERMTYPE *, int, int, int, PredFunc);
75
 
extern void dump_init(const char *, int, int, int, int, unsigned, bool);
 
75
extern void dump_init(const char *, int, int, int, int, unsigned, bool, bool);
76
76
extern void dump_uses(const char *, bool);
77
77
extern void repair_acsc(TERMTYPE *tp);
78
78