~ubuntu-branches/ubuntu/hardy/gnome-commander/hardy

« back to all changes in this revision

Viewing changes to src/gnome-cmd-types.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2007-06-11 09:37:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070611093703-zfmi3bh086344wuq
Tags: 1.2.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#define __GNOME_CMD_TYPES_H__
21
21
 
22
22
typedef struct _GnomeCmdBookmarkGroup GnomeCmdBookmarkGroup;
23
 
typedef gchar* GnomeCmdDateFormat;
 
23
typedef gchar *GnomeCmdDateFormat;
24
24
 
25
25
#include "gnome-cmd-con.h"
26
26
 
95
95
};
96
96
 
97
97
 
98
 
typedef struct {
 
98
typedef struct
 
99
{
99
100
    gchar *name;
100
101
    gchar *path;
101
102
    GnomeCmdBookmarkGroup *group;