summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 14ab41e..733ced1 100644
--- a/proto.h
+++ b/proto.h
@@ -257,6 +257,9 @@ extern void PrintTextList8(const unsigned char *buf, int length,
const char *name);
extern void PrintTextList16(const unsigned char *buf, int length,
const char *name);
+extern int PrintPropertyValues(const unsigned char *buf,
+ uint32_t type /* atom */, uint8_t unit,
+ uint32_t num, const char *name);
/* scope.c */
extern void TestBreakPoints(const unsigned char *buf, long n);