mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-30 18:08:00 +02:00
style: formatting and linter satisfaction
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#ifndef _LAUNCHSTATEH_
|
||||
#define _LAUNCHSTATEH_
|
||||
#ifndef LAUNCHSTATEH_
|
||||
#define LAUNCHSTATEH_
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
struct LaunchState {
|
||||
int user_opt;
|
||||
int session_opt;
|
||||
int user_opt;
|
||||
int session_opt;
|
||||
};
|
||||
|
||||
struct LaunchState read_launch_state();
|
||||
|
Reference in New Issue
Block a user