Diff of /trunk/src/relation_edit.h

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

revision 190 by harbaum, Tue Mar 31 10:19:50 2009 UTC revision 191 by harbaum, Tue Jul 7 07:36:27 2009 UTC
# Line 21  Line 21 
21  #define RELATION_EDIT_H  #define RELATION_EDIT_H
22    
23  void relation_add_dialog(appdata_t *appdata, object_t *object);  void relation_add_dialog(appdata_t *appdata, object_t *object);
24  void relation_list(appdata_t *appdata);  void relation_list(GtkWidget *parent, appdata_t *appdata, object_t *object);
25  void relation_show_members(GtkWidget *parent, relation_t *relation);  void relation_show_members(GtkWidget *parent, relation_t *relation);
26    
27  #endif // RELATION_EDIT_H  #endif // RELATION_EDIT_H

Legend:
Removed from v.190  
changed lines
  Added in v.191