summaryrefslogtreecommitdiff
path: root/navit/log.h
diff options
context:
space:
mode:
authorsteven_s <steven_s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-29 01:50:41 +0000
committersteven_s <steven_s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-10-29 01:50:41 +0000
commitd035e606732a592623fda07eb92b4e51ce76ee11 (patch)
treeb0e91af3342a23bb17a47a456004ccb0da88b55d /navit/log.h
parent740b974abb0d8dbe912c4c190b17f2f82a791b6c (diff)
downloadnavit-svn-d035e606732a592623fda07eb92b4e51ce76ee11.tar.gz
Fix:Core:vehicle log files will now have data in them. ticket #255
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1604 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/log.h')
-rw-r--r--navit/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/log.h b/navit/log.h
index 1f9e76cd..f17e90c8 100644
--- a/navit/log.h
+++ b/navit/log.h
@@ -25,7 +25,7 @@ struct attr;
struct attr_iter;
struct log;
int log_get_attr(struct log *this_, enum attr_type type, struct attr *attr, struct attr_iter *iter);
-struct log *log_new(struct attr **attrs);
+struct log *log_new(struct attr * parent,struct attr **attrs);
void log_set_header(struct log *this_, char *data, int len);
void log_set_trailer(struct log *this_, char *data, int len);
void log_write(struct log *this_, char *data, int len);