]> granicus.if.org Git - graphviz/commitdiff
Add declaration for textfont_dict_close.
authorEmden R. Gansner <erg@alum.mit.edu>
Tue, 3 Dec 2013 18:02:42 +0000 (13:02 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Tue, 3 Dec 2013 18:02:42 +0000 (13:02 -0500)
lib/gvc/gvcontext.c

index b29667bae76d0a2b002b8a966634337dbdd0c5d8..cdf42616c40337414450982fcbdf08b8e4a3b788 100644 (file)
@@ -36,6 +36,9 @@
 /* from common/utils.c */
 extern void *zmalloc(size_t);
 
+/* from common/textspan.c */
+extern void textfont_dict_close(GVC_t *gvc);
+
 /* from common/emit.c */
 extern void emit_once_reset(void);