summaryrefslogtreecommitdiff
path: root/src/poparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/poparser.h')
-rw-r--r--src/poparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poparser.h b/src/poparser.h
index a4409d3..7d7b419 100644
--- a/src/poparser.h
+++ b/src/poparser.h
@@ -15,6 +15,7 @@ enum sysdep_types {
};
// make sure out has equal or more space than in
+// this add the NULL terminator, but do not count it in size
size_t poparser_sysdep(const char *in, char *out, int num);
struct po_header {