~ubuntu-branches/debian/sid/xiphos/sid

« back to all changes in this revision

Viewing changes to src/main/sword.h

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-07-12 17:08:46 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20140712170846-ja9jzhgt51d3fkrd
Tags: 3.2.2+dfsg1-1
* New upstream release.
* Bump standards version.
* Switch uscan to sf.net redirector.
* Unpack waf in get-orig-source target.
* Bump to debhelper 9.
* Add uuid-dev build-dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Xiphos Bible Study Tool
3
3
 * sword.h - glue
4
4
 *
5
 
 * Copyright (C) 2000-2011 Xiphos Developer Team
 
5
 * Copyright (C) 2000-2014 Xiphos Developer Team
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU General Public License as published by
56
56
#define COMM_MODS "Commentaries"
57
57
#define DICT_MODS "Lexicons / Dictionaries"
58
58
#define BOOK_MODS "Generic Books"
59
 
 
 
59
        
60
60
#define UTF_8 "UTF-8"
61
61
extern char *OLD_CODESET;
62
62
extern char *sword_locale;
112
112
char *main_get_rendered_text(const char *module_name, const char *key);
113
113
char *main_get_raw_text(char *module_name, char *key);
114
114
int main_get_mod_type(char * mod_name);
115
 
char *main_get_module_description(char * module_name);
 
115
const char *main_get_module_description(const char * module_name);
116
116
char *main_get_treekey_local_name(unsigned long offset);
117
117
char *main_get_book_key_from_offset(unsigned long offset);
118
118
void main_refresh_all(void);