~ubuntu-branches/debian/stretch/lightdm/stretch

« back to all changes in this revision

Viewing changes to src/guest-account.h

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2013-10-20 20:45:55 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20131020204555-0ht6bt0lw5bof9fn
Tags: 1.8.2-1
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.
* debian/control:
  - rename liblightdm-qt-2-0 to liblightdm-qt-3-0 to match updated soname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * license.
10
10
 */
11
11
 
12
 
#ifndef _GUEST_ACCOUNT_H_
13
 
#define _GUEST_ACCOUNT_H_
 
12
#ifndef GUEST_ACCOUNT_H_
 
13
#define GUEST_ACCOUNT_H_
14
14
 
15
15
#include <glib-object.h>
16
16
 
24
24
 
25
25
G_END_DECLS
26
26
 
27
 
#endif /* _GUEST_ACCOUNT_H_ */
 
27
#endif /* GUEST_ACCOUNT_H_ */