Added void to function prototypes that do not have parameters.
No functionality changes.
---
 tools/dnsproxy-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/dnsproxy-test.c b/tools/dnsproxy-test.c
index 418767a..84602b6 100644
--- a/tools/dnsproxy-test.c
+++ b/tools/dnsproxy-test.c
@@ -237,7 +237,7 @@ static int sendto_msg(int sk, struct sockaddr *sa, 
socklen_t salen,
        return 0;
 }
 
-static unsigned short get_id()
+static unsigned short get_id(void)
 {
        return random();
 }
-- 
1.7.11.7

_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to