blob: 4c23db06f25b210368b09e561ff2fd3e412d02c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- client/main.c.orig 2020-08-28 19:28:55 UTC
+++ client/main.c
@@ -36,6 +36,8 @@
#include "myerror.h"
#include "dns.h"
+int debug;
+
/**
* @brief main part
* @retval 0 on success
|