~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to tests/src/xdmcp-client.h

  • Committer: Robert Ancell
  • Date: 2013-08-22 03:18:34 UTC
  • Revision ID: robert.ancell@canonical.com-20130822031834-50l2i7tedbs1lre3
Backport test improvements from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _XDMCP_CLIENT_H_
2
 
#define _XDMCP_CLIENT_H_
 
1
#ifndef XDMCP_CLIENT_H_
 
2
#define XDMCP_CLIENT_H_
3
3
 
4
4
#include <glib-object.h>
5
5
#include <gio/gio.h>
78
78
 
79
79
G_END_DECLS
80
80
 
81
 
#endif /* _XDMCP_CLIENT_H_ */
 
81
#endif /* XDMCP_CLIENT_H_ */