--- a/src/input.h Tue Sep 08 13:55:48 2026 +0200 +++ b/src/input.h Tue Sep 08 14:34:48 2026 +0200 @@ -32,10 +32,6 @@ #include <stdlib.h> -#ifdef __cplusplus -extern "C" { -#endif - int prompt_yesno(const char *msg); /** @@ -52,9 +48,5 @@ int input_getmaxy(void); -#ifdef __cplusplus -} -#endif - #endif /* INPUT_H */