Make sudo_type_ConvMessage and sudo_type_LogHandler static.

They are not used outside their respective compilation units.
This commit is contained in:
Todd C. Miller
2023-07-21 10:46:16 -06:00
parent 432ac12128
commit ba5ef624f2
3 changed files with 2 additions and 6 deletions

View File

@@ -23,8 +23,7 @@
#include "sudo_python_module.h"
PyObject *sudo_type_LogHandler;
static PyObject *sudo_type_LogHandler;
static void
_debug_plugin(unsigned int log_level, const char *log_message)