aboutsummaryrefslogtreecommitdiff
path: root/include/corerl.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/corerl.hrl')
-rw-r--r--include/corerl.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/corerl.hrl b/include/corerl.hrl
new file mode 100644
index 0000000..80b93ba
--- /dev/null
+++ b/include/corerl.hrl
@@ -0,0 +1,8 @@
+
+-record(core_link, {uri,
+ title,
+ sz, % size
+ rt, % resouce type
+ ct, % content type
+ 'if' % interface
+ }).