~pkgcrosswire/xiphos/main

« back to all changes in this revision

Viewing changes to src/gui/cipher_key_dialog.h

  • Committer: Dmitrijs Ledkovs
  • Date: 2010-11-14 00:38:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: dmitrij.ledkov@ubuntu.com-20101114003852-sjt227lz4qqi85xj
New upstream release 3.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Xiphos Bible Study Tool
3
3
 * cipher_key_dialog.h  - asks for key to unlock sword module
4
4
 *
5
 
 * Copyright (C) 2000-2009 Xiphos Developer Team
 
5
 * Copyright (C) 2000-2010 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
26
26
extern "C" {
27
27
#endif
28
28
 
29
 
gchar * gui_add_cipher_key(gchar *mod_name, gchar *cipher_old);
 
29
gchar * gui_add_cipher_key(const char *mod_name, gchar *cipher_old);
30
30
 
31
31
#ifdef __cplusplus
32
32
}