~ubuntu-branches/debian/sid/feh/sid

« back to all changes in this revision

Viewing changes to src/structs.h

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-10-11 14:44:42 UTC
  • mfrom: (1.3.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20111011144442-ekq8fa2huypnswm3
Tags: 2.0-1
New upstream version
Closes: #475481

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
typedef struct __fehoptions fehoptions;
37
37
typedef struct __fehkey fehkey;
38
38
typedef struct __fehkb fehkb;
 
39
typedef struct __fehbutton fehbutton;
 
40
typedef struct __fehbb fehbb;
39
41
 
40
42
#endif