]> granicus.if.org Git - graphviz/commitdiff
sparse: replace local declaration of colorxlate with including common/colorprocs...
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 27 Jul 2021 09:48:19 +0000 (11:48 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 4 Jan 2022 21:41:09 +0000 (22:41 +0100)
lib/sparse/colorutil.h

index 83c91924d5289766a20b4d6b58ae34049f592eb1..b08e1e7ff69738a284edd7fbe04c7a5580d9a58a 100644 (file)
 #pragma once
 
 #include <color.h>
+#include <common/colorprocs.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-extern int colorxlate(char *str, gvcolor_t * color, color_type_t target_type);
-
 void rgb2hex(float r, float g, float b, char *cstring, const char* opacity);
   /* dimension of cstring must be >=7 */