Diff of /trunk/src/misc.h

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

revision 136 by harbaum, Tue Aug 25 12:49:03 2009 UTC revision 137 by harbaum, Mon Oct 19 18:21:20 2009 UTC
# Line 76  extern int browser_url(appdata_t *appdat Line 76  extern int browser_url(appdata_t *appdat
76  #endif  #endif
77    
78  void rmdir_recursive(char *path);  void rmdir_recursive(char *path);
79    GtkWidget *link_button_attrib(appdata_t *appdata, char *str, char *url,
80                           int size, int strikethrough);
81    GtkWidget *link_button_by_id(appdata_t *appdata, char *str,
82                                 const char *type, int id);
83  #endif // MISC_H  #endif // MISC_H

Legend:
Removed from v.136  
changed lines
  Added in v.137