View | Details | Raw Unified | Return to bug 27130
Collapse All | Expand All

(-)a/parse.h (-1 / +1 lines)
Lines 1-6 Link Here
1
#include <glib.h>
1
#include <glib.h>
2
2
3
typedef struct {
3
typedef struct __attribute__ ((__packed__)) {
4
  char *type;
4
  char *type;
5
  char *path;
5
  char *path;
6
} XdgDirEntry;
6
} XdgDirEntry;

Return to bug 27130