aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index 70f8f493..2b65495a 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -192,3 +192,7 @@ char* make_human_readable(unsigned long long size, unsigned long unit);
// cut helper functions
unsigned long get_int_value(const char *numstr, unsigned lowrange, unsigned highrange);
+
+// grep helper functions
+char *astrcat (char *, char *);
+char *xastrcat (char *, char *);