comparison finch/libgnt/gntfilesel.h @ 32805:064eb5d78946

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 0ba3afb8adb303a77581a7872d674c600979a5a6) to branch 'im.pidgin.pidgin' (head 7711a4d267e1fe776387496c764fb63227d70aec)
author Mark Doliner <mark@kingant.net>
date Mon, 31 Oct 2011 01:25:36 +0000
parents 5876584828e8
children
comparison
equal deleted inserted replaced
32803:15e80ced77a2 32805:064eb5d78946
79 void (*gnt_reserved2)(void); 79 void (*gnt_reserved2)(void);
80 void (*gnt_reserved3)(void); 80 void (*gnt_reserved3)(void);
81 void (*gnt_reserved4)(void); 81 void (*gnt_reserved4)(void);
82 }; 82 };
83 83
84 typedef enum _GntFileType 84 typedef enum
85 { 85 {
86 GNT_FILE_REGULAR, 86 GNT_FILE_REGULAR,
87 GNT_FILE_DIR 87 GNT_FILE_DIR
88 } GntFileType; 88 } GntFileType;
89 89