Diff of /trunk/src/misc.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 203 by harbaum, Thu Jul 9 18:39:42 2009 UTC revision 209 by harbaum, Fri Jul 10 19:45:31 2009 UTC
# Line 43  typedef struct file_chain_s { Line 43  typedef struct file_chain_s {
43  #define MISC_AGAIN_FLAG_DONT_SAVE_YES (1<<1)  #define MISC_AGAIN_FLAG_DONT_SAVE_YES (1<<1)
44    
45  void errorf(GtkWidget *parent, const char *fmt, ...);  void errorf(GtkWidget *parent, const char *fmt, ...);
46    void warningf(GtkWidget *parent, const char *fmt, ...);
47  void messagef(GtkWidget *parent, char *title, const char *fmt, ...);  void messagef(GtkWidget *parent, char *title, const char *fmt, ...);
48  gboolean yes_no_f(GtkWidget *parent,  gboolean yes_no_f(GtkWidget *parent,
49                    appdata_t *appdata, gulong again_bit, gint flags,                    appdata_t *appdata, gulong again_bit, gint flags,

Legend:
Removed from v.203  
changed lines
  Added in v.209