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

« back to all changes in this revision

Viewing changes to src/sheet-private.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:
1
 
#ifndef GNUMERIC_SHEET_PRIVATE_H
2
 
#define GNUMERIC_SHEET_PRIVATE_H
 
1
#ifndef GNM_SHEET_PRIVATE_H
 
2
#define GNM_SHEET_PRIVATE_H
3
3
 
4
4
struct _SheetPrivate {
5
5
        GnmRange         unhidden_region;
17
17
        unsigned char    filters_changed;
18
18
};
19
19
 
20
 
#endif /* GNUMERIC_SHEET_PRIVATE_H */
 
20
/* for internal use only */
 
21
void gnm_sheet_cell_init (void);
 
22
void gnm_sheet_cell_shutdown (void);
 
23
 
 
24
#endif /* GNM_SHEET_PRIVATE_H */