summaryrefslogtreecommitdiff
path: root/src/include/cctk_GHExtensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cctk_GHExtensions.h')
-rw-r--r--src/include/cctk_GHExtensions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/cctk_GHExtensions.h b/src/include/cctk_GHExtensions.h
index 1d753be6..1876e84a 100644
--- a/src/include/cctk_GHExtensions.h
+++ b/src/include/cctk_GHExtensions.h
@@ -30,7 +30,7 @@ int CCTK_RegisterGHExtensionScheduleTraverseGH(int handle,
int CCTK_GHExtensionHandle(const char *name);
-const void *CCTK_GHExtension(cGH *GH, const char *name);
+void *CCTK_GHExtension(cGH *GH, const char *name);
#ifdef __cplusplus
}