Diff of /trunk/src/misc.h

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

revision 214 by harbaum, Thu Nov 26 10:05:23 2009 UTC revision 216 by harbaum, Thu Nov 26 14:32:41 2009 UTC
# Line 90  GtkWidget *coo_popup(appdata_t *appdata, Line 90  GtkWidget *coo_popup(appdata_t *appdata,
90  GtkWidget *entry_new(void);  GtkWidget *entry_new(void);
91    
92  gboolean pos_differ(pos_t *pos1, pos_t *pos2);  gboolean pos_differ(pos_t *pos1, pos_t *pos2);
93    GtkWidget *picker_button_new(void);
94    
95  #endif // MISC_H  #endif // MISC_H

Legend:
Removed from v.214  
changed lines
  Added in v.216