diff options
Diffstat (limited to 'dmagick/c/registry.d')
| -rw-r--r-- | dmagick/c/registry.d | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dmagick/c/registry.d b/dmagick/c/registry.d index 38ae2fe..d8b528c 100644 --- a/dmagick/c/registry.d +++ b/dmagick/c/registry.d @@ -15,13 +15,13 @@ extern(C) char* GetNextImageRegistry(); - MagickBooleanType DefineImageRegistry(const RegistryType, const char*, ExceptionInfo*); - MagickBooleanType DeleteImageRegistry(const char*); + MagickBooleanType DefineImageRegistry(const RegistryType, const(char)*, ExceptionInfo*); + MagickBooleanType DeleteImageRegistry(const(char)*); MagickBooleanType RegistryComponentGenesis(); - MagickBooleanType SetImageRegistry(const RegistryType, const char*, const void*, ExceptionInfo*); + MagickBooleanType SetImageRegistry(const RegistryType, const(char)*, const(void)*, ExceptionInfo*); - void* GetImageRegistry(const RegistryType, const char*, ExceptionInfo*); + void* GetImageRegistry(const RegistryType, const(char)*, ExceptionInfo*); void RegistryComponentTerminus(); - void* RemoveImageRegistry(const char*); + void* RemoveImageRegistry(const(char)*); void ResetImageRegistryIterator(); } |
