Diff of /trunk/src/osm.h

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

revision 74 by harbaum, Thu Feb 12 14:27:52 2009 UTC revision 75 by harbaum, Thu Feb 12 19:58:20 2009 UTC
# Line 278  char *osm_object_string(type_t type, voi Line 278  char *osm_object_string(type_t type, voi
278  relation_t *osm_relation_new(void);  relation_t *osm_relation_new(void);
279  void osm_relation_free(relation_t *relation);  void osm_relation_free(relation_t *relation);
280  void osm_relation_attach(osm_t *osm, relation_t *relation);  void osm_relation_attach(osm_t *osm, relation_t *relation);
281    void osm_relation_delete(osm_t *osm, relation_t *relation,
282                             gboolean permanently);
283    
284  #endif /* OSM_H */  #endif /* OSM_H */
285    

Legend:
Removed from v.74  
changed lines
  Added in v.75