summaryrefslogtreecommitdiff
path: root/trackerlogic.h
diff options
context:
space:
mode:
Diffstat (limited to 'trackerlogic.h')
-rw-r--r--trackerlogic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/trackerlogic.h b/trackerlogic.h
index 083c437..a3335f3 100644
--- a/trackerlogic.h
+++ b/trackerlogic.h
@@ -1,4 +1,4 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org> 1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever. */ 2 It is considered beerware. Prost. Skol. Cheers or whatever. */
3 3
4#ifndef __TRACKERLOGIC_H__ 4#ifndef __TRACKERLOGIC_H__
@@ -44,7 +44,7 @@ typedef time_t ot_time;
44typedef struct { 44typedef struct {
45 void *data; 45 void *data;
46 size_t size; 46 size_t size;
47 size_t space; 47 size_t space;
48} ot_vector; 48} ot_vector;
49 49
50typedef struct { 50typedef struct {