Fix warnings from cppcheck.
This commit is contained in:
parent
5d0812d492
commit
d93a37928b
6 changed files with 103 additions and 88 deletions
|
|
@ -148,6 +148,9 @@ typedef enum proxytype_t {
|
|||
} proxytype_t;
|
||||
extern proxytype_t proxytype;
|
||||
|
||||
extern char *scriptinterpreter;
|
||||
extern char *scriptextension;
|
||||
|
||||
/* Yes, very strange placement indeed, but otherwise the typedefs get all tangled up */
|
||||
#include "connection.h"
|
||||
#include "node.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue