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

« back to all changes in this revision

Viewing changes to src/privileges.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 _PRIVILEGES_H_
13
 
#define _PRIVILEGES_H_
 
12
#ifndef PRIVILEGES_H_
 
13
#define PRIVILEGES_H_
14
14
 
15
15
#include "accounts.h"
16
16
 
18
18
 
19
19
void privileges_reclaim (void);
20
20
 
21
 
#endif /* _PRIVILEGES_H_ */
 
21
#endif /* PRIVILEGES_H_ */