]> err.no Git - mapper/commitdiff
Add
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 14 Jun 2007 14:34:43 +0000 (17:34 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 14 Jun 2007 14:34:43 +0000 (17:34 +0300)
src/track.h [new file with mode: 0644]

diff --git a/src/track.h b/src/track.h
new file mode 100644 (file)
index 0000000..309ec1d
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _MAPPER_TRACK_H
+#define _MAPPER_TRACK_H
+
+void track_add(time_t time, gboolean newly_fixed);
+void track_insert_break(void);
+gboolean track_insert_mark(void);
+gboolean track_save(void);
+gboolean track_open(void);
+
+#endif