~ubuntu-branches/ubuntu/gutsy/gnumeric/gutsy-201105201701

« back to all changes in this revision

Viewing changes to src/hlink-impl.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2007-03-08 16:16:45 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308161645-uotkhmwywh7dkur4
Tags: 1.7.8-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
struct _GnmHLink {
8
8
        GObject obj;
9
 
        guchar *tip;
10
 
        guchar *target;
 
9
        gchar *tip;
 
10
        gchar *target;
11
11
};
12
12
 
13
13
typedef struct {