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,7 +23,7 @@
#include "sudo_python_module.h"
PyTypeObject *sudo_type_ConvMessage;
static PyTypeObject *sudo_type_ConvMessage;
static PyObject *
_sudo_ConvMessage__Init(PyObject *py_self, PyObject *py_args, PyObject *py_kwargs)