]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/gnome2-console/restore.h
Added wx-console.exe and .conf.
[bacula/bacula] / bacula / src / gnome2-console / restore.h
1
2 typedef struct {
3    GtkCList  *list;     
4    POOLMEM *buf;                      /* scratch buffer */
5    POOLMEM *fname;                    /* full path and file name */
6    POOLMEM *path;                     /* path, no file */
7    POOLMEM *file;                     /* file, no path */
8    int fnl;                           /* file length */
9    int pnl;                           /* path length */
10 } Window;