summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/resolv.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibC/resolv.h')
-rw-r--r--Userland/Libraries/LibC/resolv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibC/resolv.h b/Userland/Libraries/LibC/resolv.h
index 5b73bd9600..ff0a7f3447 100644
--- a/Userland/Libraries/LibC/resolv.h
+++ b/Userland/Libraries/LibC/resolv.h
@@ -10,6 +10,6 @@
__BEGIN_DECLS
-int res_query(const char* dname, int class_, int type, unsigned char* answer, int anslen);
+int res_query(char const* dname, int class_, int type, unsigned char* answer, int anslen);
__END_DECLS