aboutsummaryrefslogtreecommitdiff
path: root/src/adhoc.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/adhoc.hrl')
-rw-r--r--src/adhoc.hrl15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/adhoc.hrl b/src/adhoc.hrl
new file mode 100644
index 000000000..2888a6639
--- /dev/null
+++ b/src/adhoc.hrl
@@ -0,0 +1,15 @@
+-record(adhoc_request, {lang,
+ node,
+ sessionid,
+ action,
+ xdata,
+ others}).
+
+-record(adhoc_response, {lang,
+ node,
+ sessionid,
+ status,
+ defaultaction = "",
+ actions = [],
+ notes = [],
+ elements = []}).