aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Error.h
diff options
context:
space:
mode:
authorMarcelo Boveto Shima <marceloshima@gmail.com>2015-02-10 18:56:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-10 19:40:43 +0100
commitc91fe980b952d4d357a291fcda89f35ea1a83993 (patch)
tree6d59f998ebf236f5142cca8c69111085700368e1 /nx-X11/programs/Xserver/hw/nxagent/Error.h
parentc106ad8e833f05bbe181e28e8e8826115f8424cd (diff)
downloadnx-libs-c91fe980b952d4d357a291fcda89f35ea1a83993.tar.gz
nx-libs-c91fe980b952d4d357a291fcda89f35ea1a83993.tar.bz2
nx-libs-c91fe980b952d4d357a291fcda89f35ea1a83993.zip
Export remote keyboard configuration to session directory (105_nxagent_export-remote-keyboard-config.full.patch)
Let nxagent write the keyboard configuration to <session_directory>/keyboard and make it available within the NX session.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Error.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Error.h b/nx-X11/programs/Xserver/hw/nxagent/Error.h
index e55fd71a5..51d6171da 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Error.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Error.h
@@ -34,4 +34,6 @@ void nxagentStartRedirectToClientsLog(void);
void nxagentEndRedirectToClientsLog(void);
+char *nxagentGetSessionPath(void);
+
#endif /* __Error_H__ */