summaryrefslogtreecommitdiff
path: root/src/journal/journal-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journal-internal.h')
-rw-r--r--src/journal/journal-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/journal/journal-internal.h b/src/journal/journal-internal.h
index 86519be3d4..7cedcac665 100644
--- a/src/journal/journal-internal.h
+++ b/src/journal/journal-internal.h
@@ -59,7 +59,8 @@ struct Match {
typedef enum LocationType {
LOCATION_HEAD,
LOCATION_TAIL,
- LOCATION_DISCRETE
+ LOCATION_DISCRETE,
+ LOCATION_SEEK
} LocationType;
struct Location {