~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to src/liflines/screeni.h

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-08-14 00:02:04 UTC
  • mfrom: (1.1.4 upstream) (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20070814000204-mpv5faygl0dgq3qi
Tags: 3.0.61-1
* New upstream release. (Closes: #387856).
* Fixing documentation build problems also fixes FTBFS if built twice in a
  row. (Closes: #424543).
* Adding lynx as a build dependency. This is necessary to generate txt files
  from html, discovered while fixing #424543.
* Upstream fix: charset for gedcom file in unicode. (Closes: #396206).
* Upstream fim: updating documentation about desc-tex2. (Closes: #405501).
* Bumping Standards-Version to 3.7.2 without package changes.
* Dropping local debian patches added upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  Functions used inside the liflines module
 
3
  requiring screen.h declarations (eg, UIWIN).
 
4
*/
 
5
 
 
6
#ifndef screeni_h_included
 
7
#define screeni_h_included
 
8
 
 
9
/* interact.c */
 
10
INT interact_choice_string(UIWINDOW uiwin, STRING str);
 
11
INT interact_screen_menu(UIWINDOW uiwin, INT screen);
 
12
 
 
13
/* screen.h */
 
14
void place_cursor_popup(UIWINDOW uiwin);
 
15
 
 
16
#endif /* screeni_h_included */