summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/tree.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-11-11 16:30:59 +0000
committerRobin Watts <robin.watts@artifex.com>2016-11-14 16:09:40 +0000
commit7703ad8b2564f2f3a99b85eca5af276d7ba0e3e4 (patch)
treeabda358d9d039ba76d570a34b7c16d4b79a33724 /include/mupdf/fitz/tree.h
parent37f95f87bdfb2e0b01d649afae5fffe60bf99d3a (diff)
downloadmupdf-7703ad8b2564f2f3a99b85eca5af276d7ba0e3e4.tar.xz
More API tweaks.
Move internal functions from public to private headers.
Diffstat (limited to 'include/mupdf/fitz/tree.h')
-rw-r--r--include/mupdf/fitz/tree.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mupdf/fitz/tree.h b/include/mupdf/fitz/tree.h
index 0b299e27..7ce63cc1 100644
--- a/include/mupdf/fitz/tree.h
+++ b/include/mupdf/fitz/tree.h
@@ -4,7 +4,9 @@
#include "mupdf/fitz/system.h"
#include "mupdf/fitz/context.h"
-/* AA-tree to look up things by strings. */
+/*
+ AA-tree to look up things by strings.
+*/
typedef struct fz_tree_s fz_tree;