Diff of /trunk/src/osm.h

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

revision 64 by harbaum, Mon Feb 9 13:23:17 2009 UTC revision 73 by harbaum, Thu Feb 12 14:27:52 2009 UTC
# Line 275  tag_t *osm_tags_copy(tag_t *tag, gboolea Line 275  tag_t *osm_tags_copy(tag_t *tag, gboolea
275  char *osm_type_string(type_t type);  char *osm_type_string(type_t type);
276  char *osm_object_string(type_t type, void *object);  char *osm_object_string(type_t type, void *object);
277    
278    relation_t *osm_relation_new(void);
279    void osm_relation_free(relation_t *relation);
280    void osm_relation_attach(osm_t *osm, relation_t *relation);
281    
282  #endif /* OSM_H */  #endif /* OSM_H */
283    
284  // vim:et:ts=8:sw=2:sts=2:ai  // vim:et:ts=8:sw=2:sts=2:ai

Legend:
Removed from v.64  
changed lines
  Added in v.73