summaryrefslogtreecommitdiffstats
path: root/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'helper.h')
-rw-r--r--helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/helper.h b/helper.h
index 840813d..838078f 100644
--- a/helper.h
+++ b/helper.h
@@ -11,6 +11,7 @@ void helper_nonblock(const int fd);
void helper_printava(struct AttributeValueAssertion* a,const char* rel);
void helper_printal(struct AttributeDescriptionList* a);
+void helper_printpal(struct PartialAttributeList *pal);
void helper_printfilter(struct Filter* f);
static inline int min(const int a, const int b)