~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-security

« back to all changes in this revision

Viewing changes to src/gutils.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-14 14:02:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114140203-iv3j2aii3vch6isl
Tags: 1.7.2-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
/* The right way to access these is via gnm_sys_lib_dir() and
19
19
   gnm_sys_data_dir(), but option processing needs write access.
20
20
 */
21
 
extern const char *gnumeric_lib_dir;
22
 
extern const char *gnumeric_data_dir;
 
21
extern char const *gnumeric_lib_dir;
 
22
extern char const *gnumeric_data_dir;
23
23
 
24
24
int gnm_regcomp_XL (GORegexp *preg, char const *pattern, int cflags);
25
25