diff options
Diffstat (limited to 'libseat/libseat.c')
-rw-r--r-- | libseat/libseat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libseat/libseat.c b/libseat/libseat.c index 3489385..121a3b0 100644 --- a/libseat/libseat.c +++ b/libseat/libseat.c @@ -10,9 +10,9 @@ #include "libseat.h" #include "log.h" -extern const struct libseat_impl seatd_impl; -extern const struct libseat_impl logind_impl; -extern const struct libseat_impl builtin_impl; +extern const struct seat_impl seatd_impl; +extern const struct seat_impl logind_impl; +extern const struct seat_impl builtin_impl; static const struct named_backend impls[] = { #ifdef SEATD_ENABLED |