aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/lgl/memxor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/lgl/memxor.h')
-rw-r--r--src/daemon/https/lgl/memxor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/lgl/memxor.h b/src/daemon/https/lgl/memxor.h
index 47e6b3fa..6ccb3ba6 100644
--- a/src/daemon/https/lgl/memxor.h
+++ b/src/daemon/https/lgl/memxor.h
@@ -26,6 +26,6 @@
26/* Compute binary exclusive OR of memory areas DEST and SRC, putting 26/* Compute binary exclusive OR of memory areas DEST and SRC, putting
27 the result in DEST, of length N bytes. Returns a pointer to 27 the result in DEST, of length N bytes. Returns a pointer to
28 DEST. */ 28 DEST. */
29void *MHD_memxor (void *restrict dest, const void *restrict src, size_t n); 29void *MHD_memxor (void * dest, const void * src, size_t n);
30 30
31#endif /* MEMXOR_H */ 31#endif /* MEMXOR_H */