From 3535f3ae553c3012e87c5b5e87ad08d9dd7e1c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Go=C5=82awski?= Date: Tue, 27 Apr 2021 19:09:44 +0200 Subject: [PATCH] Change typedef hashconfig_t --- include/types.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/types.h b/include/types.h index 29215f1f8..49b26fd35 100644 --- a/include/types.h +++ b/include/types.h @@ -935,7 +935,7 @@ typedef struct hashes } hashes_t; -struct hashconfig +typedef struct hashconfig { char separator; @@ -1009,9 +1009,7 @@ struct hashconfig bool forced_jit_compile; u32 pwdump_column; -}; - -typedef struct hashconfig hashconfig_t; +} hashconfig_t; typedef struct pw_pre {