summaryrefslogtreecommitdiff
path: root/gl/memxor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/memxor.h')
-rw-r--r--gl/memxor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/memxor.h b/gl/memxor.h
index fbf2ac3c54..dafa2cfca7 100644
--- a/gl/memxor.h
+++ b/gl/memxor.h
@@ -26,6 +26,6 @@
/* Compute binary exclusive OR of memory areas DEST and SRC, putting
the result in DEST, of length N bytes. Returns a pointer to
DEST. */
-void *gl_memxor (void *restrict dest, const void *restrict src, size_t n);
+void *memxor (void *restrict dest, const void *restrict src, size_t n);
#endif /* MEMXOR_H */