summaryrefslogtreecommitdiff
path: root/sldns/str2wire.h
diff options
context:
space:
mode:
Diffstat (limited to 'sldns/str2wire.h')
-rw-r--r--sldns/str2wire.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sldns/str2wire.h b/sldns/str2wire.h
index a0d6f55b03e8..70070e4f5752 100644
--- a/sldns/str2wire.h
+++ b/sldns/str2wire.h
@@ -554,6 +554,12 @@ int sldns_str2wire_hip_buf(const char* str, uint8_t* rd, size_t* len);
*/
int sldns_str2wire_int16_data_buf(const char* str, uint8_t* rd, size_t* len);
+/**
+ * Strip whitespace from the start and the end of line.
+ * @param line: modified with 0 to shorten it.
+ * @return new start with spaces skipped.
+ */
+char * sldns_strip_ws(char *line);
#ifdef __cplusplus
}
#endif