summaryrefslogtreecommitdiff
path: root/src/xserver-xvnc.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-09-16 14:27:03 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-09-16 14:27:03 +1000
commit2cdef8c372ecad6413662cf093f320b68e7ef7a8 (patch)
tree9c2082d45423e39c62376da8c271eef5848c7045 /src/xserver-xvnc.h
parentc9c8993ab2d2358bfc527440d0afdf04e44b6a07 (diff)
downloadlightdm-2cdef8c372ecad6413662cf093f320b68e7ef7a8.tar.gz
move script code into the correct layers so seat.c and display.c no longer depend on X server knowledge
Diffstat (limited to 'src/xserver-xvnc.h')
-rw-r--r--src/xserver-xvnc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xserver-xvnc.h b/src/xserver-xvnc.h
index a1e65c17..461dcb3d 100644
--- a/src/xserver-xvnc.h
+++ b/src/xserver-xvnc.h
@@ -45,6 +45,8 @@ void xserver_xvnc_set_stdin (XServerXVNC *server, int fd);
int xserver_xvnc_get_stdin (XServerXVNC *server);
+gchar *xserver_xvnc_get_authority_file_path (XServerXVNC *server);
+
G_END_DECLS
#endif /* _XSERVER_XVNC_H_ */