aboutsummaryrefslogtreecommitdiff
path: root/include/corerl.hrl
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-12-13 17:47:14 +0100
committerGuido Günther <agx@sigxcpu.org>2015-12-13 17:47:14 +0100
commitbd3ae9694c0e8669c8ce53aef685e8afede14f33 (patch)
treee849857832827f7be9a3166932bae7fe749fc84a /include/corerl.hrl
Initial commitHEADmaster
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
+ }).