Diff of /trunk/src/misc.h

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

revision 1 by harbaum, Sat Jun 20 11:08:47 2009 UTC revision 137 by harbaum, Mon Oct 19 18:21:20 2009 UTC
# Line 75  extern int browser_url(appdata_t *appdat Line 75  extern int browser_url(appdata_t *appdat
75  #endif  #endif
76  #endif  #endif
77    
78    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.1  
changed lines
  Added in v.137