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

« back to all changes in this revision

Viewing changes to src/gedlib/gedcomi.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:
17
17
/* llgettext.c */
18
18
void init_win32_gettext_shim(void);
19
19
void llgettext_init(CNSTRING domain, CNSTRING codeset);
 
20
void update_textdomain_localedir(CNSTRING domain, CNSTRING prefix);
20
21
 
21
22
/* names.c */
22
23
RECORD id_by_key(CNSTRING name, char ctype);
36
37
 
37
38
/* xreffile.c */
38
39
BOOLEAN xrefs_get_counts_from_unopened_db(CNSTRING path, INT *nindis, INT *nfams
39
 
        , INT *nsours, INT *nevens, INT *nothrs);
 
40
        , INT *nsours, INT *nevens, INT *nothrs, char ** errptr);
40
41
 
41
42
#endif /* _GEDCOM_PRIV_H */