aboutsummaryrefslogtreecommitdiffstats
path: root/src/compat.h
blob: 10546fa76ff991a841c1b353348b5fa6a2138b28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef COMPAT_H
#define COMPAT_H

#include <lightdm.h>

#include "defines.h"

// v1.19.2 of LightDM introduced GError arguments but Debian jessie & stretch are not updated yet
gboolean compat_greeter_authenticate(LightDMGreeter *greeter, const gchar *username, GError **error);
gboolean compat_greeter_respond(LightDMGreeter *greeter, const gchar *response, GError **error);

#endif