mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 18:38:00 +02:00
lint: stricter casing rules
This commit is contained in:
@@ -26,7 +26,7 @@ struct pamh_getenv_status {
|
||||
struct pamh_getenv_status pamh_get_complete_env(pam_handle_t* handle,
|
||||
char* NNULLABLE user,
|
||||
struct passwd* NNULLABLE pw,
|
||||
enum session_type session_typ);
|
||||
enum SessionType session_typ);
|
||||
|
||||
void free_envlist(char** NNULLABLE envlist);
|
||||
pam_handle_t* NULLABLE get_pamh(char* NNULLABLE user, char* NNULLABLE passwd);
|
||||
|
Reference in New Issue
Block a user