summaryrefslogtreecommitdiff
path: root/src/agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/agent.h')
-rwxr-xr-xsrc/agent.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/agent.h b/src/agent.h
index 1e469203..f14d1432 100755
--- a/src/agent.h
+++ b/src/agent.h
@@ -22,6 +22,13 @@
*
*/
+#define IO_CAPABILITY_DISPLAYONLY 0x00
+#define IO_CAPABILITY_DISPLAYYESNO 0x01
+#define IO_CAPABILITY_KEYBOARDONLY 0x02
+#define IO_CAPABILITY_NOINPUTNOOUTPUT 0x03
+#define IO_CAPABILITY_KEYBOARDDISPLAY 0x04
+#define IO_CAPABILITY_INVALID 0xFF
+
struct agent;
typedef void (*agent_cb) (struct agent *agent, DBusError *err,