diff options
author | kotontrion <[email protected]> | 2024-07-17 17:07:18 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-07-17 17:07:18 +0200 |
commit | bf95e1044172c23a71e8b2e0a823c2fe9593a131 (patch) | |
tree | 50b5086420b04d16fb4e8e0cd97908229e645ad8 /src/astal-auth.c | |
parent | 3e9d84ad529bda7f295b5b981fbc3a470772bd0d (diff) |
improve docs
Diffstat (limited to 'src/astal-auth.c')
-rw-r--r-- | src/astal-auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/astal-auth.c b/src/astal-auth.c index 1c435ae..1ac2bd7 100644 --- a/src/astal-auth.c +++ b/src/astal-auth.c @@ -1,9 +1,9 @@ +#include "astal-auth.h" + #include <getopt.h> #include <stdio.h> #include <termios.h> -#include "astal-auth.h" - GMainLoop *loop; static void cleanup_and_quit(AstalAuthPam *pam, int status) { |