summaryrefslogtreecommitdiff
path: root/src/plop.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plop.hrl')
-rw-r--r--src/plop.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plop.hrl b/src/plop.hrl
index a4f2bb6..823e0aa 100644
--- a/src/plop.hrl
+++ b/src/plop.hrl
@@ -8,8 +8,8 @@
-define(PLOP_ENTRY_TYPE_PRECERT, 1).
-define(PLOP_ENTRY_TYPE_TEST, 2).
-record(plop_entry, {
- type :: integer(), % uint16
- entry :: binary()
+ type = 0 :: integer(), % uint16
+ entry = <<>> :: binary()
}).
-type(plop_entry() :: #plop_entry{}).